2002-08-07  Martin Maechler  <maechler@stat.math.ethz.ch>

	* VERSION:
	new version -- Makefile did not commit (aarggh)..

	* lisp/Makefile, Makefile:
	more Makefile tweaks: lisp/ess-cust.el with proper version number must be committed (in time before tagging etc)

	* lisp/ess-cust.el:
	new version -- Makefile did not commit (aarggh)..

	* info/ess.info-3, info/ess.info-4, info/ess.info-1, info/ess.info, info/ess.info-2:
	Updating info for new version

	* ANNOUNCE, README:
	Updating README, ANNOUNCE for new version

	* doc/newfeat.texi:
	prepare for release of 5.1.23 (with *correct* version number)!

	* Makefile:
	dist: also update lisp/ess-cust.el
	rel : also `tag'

2002-08-06  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* info/ess.info-1:
	Updating info for new version

	* ANNOUNCE, doc/authors.texi, doc/getting.texi, doc/inst_cvs.texi, doc/newfeat.texi, doc/requires.texi, info/ess.info-1, info/ess.info, info/ess.info-2, info/ess.info-3, info/ess.info-4, README:
	docs:  I was trying to create a PDF version of ANNOUNCE with
	texi2dvi and dvipdf (is there a better way?).  And, certain
	functions like @email and @code betray unsightly behavior.
	I replaced @email with @uref:mailto and @code with @display.
	You may note that a better translation of @code would be
	@example, but @example misbehaves as well.  @display doesn't
	make a difference for info or HTML, but it does for PDF.
	However, there doesn't appear to be an alternative for the
	moment.  Another bug, is texi2html ignores the @enumerate
	argument (besides mishandling @macro statements).  Oh joy!

2002-08-05  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* ANNOUNCE, doc/announc.texi, doc/Makefile, doc/readme.texi, README, info/ess.info-1:
	docs:  some final minor changes to docs before release.  Also,
	attempted to address Martin's concern in doc/Makefile with
	respect to install.  Now, you can differentiate between
	making in the doc directory and installing elsewhere as the
	documentation indicates.  The target install has returned for
	info files only.

2002-08-02  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/dir, doc/help-sas.texi, doc/Makefile, info/ess.info-1, info/ess.info, README, info/ess.info-2:
	info:  Rich's comment made me realize that we may also need
	to "install" the dir file.  So, I changed the Makefile to:
	$(INFODIR)/ess.info: $(TEXISRC)
		@echo "making Info documentation..."
		$(MAKEINFO) ess.texi
		$(INSTALL) ess.info* $(INFODIR)
		test -f $(INFODIR)/dir || $(INSTALL) dir $(INFODIR)
	I suppose that a more sophisticated approach could be taken,
	but this is probably good enough for now.  I believe that
	all issues that I was working on are now complete.  I'm going
	on vacation on 8/7 and then to JSM the following week, but I
	should have e-mail and internet access the whole time.  Did
	someone once say "Release early and release often"?

2002-08-01  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* info/dir:
	dir:  I discovered what the problem is with @direntry and
	GNU Emacs 21.  Apparently, the functionality differs
	between XEmacs and Emacs.  Under XEmacs, the @direntry
	has precedence over the dir file.  Emacs appears to be
	just the opposite.  So, I edited the dir file by hand.
	Not sure where this file comes from.  info/emacs does
	not create this file in a directory that doesn't
	already have one.  The file doesn't seem to be
	created by makeinfo and thats where the problem lies.
	There is no synchronization between @direntry and dir
	once dir has been created (however that happens).  The
	best solution at present is to keep the two in synch
	by hand.  Which really isn't that big of a deal since
	we are only talking about one line being identical in
	dir and ess.texi

	* doc/ediff-sas.gif, doc/ess-demo.jpg, doc/ess-intro.pdf, doc/ess-intro.tex, doc/font-cor-s.gif, doc/font-cor-s.jpg, doc/font-incor-s.gif, doc/font-incor-s.jpg, doc/hilock-sas.gif, doc/Makefile, README, fontlock-test/baseball.sas, info/ess.info, info/ess.info-1, info/ess.info-2, info/ess.info-3, info/ess.info-4:
	docs:  committing files based on recent discussion

2002-07-31  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/ess.texi, README:
	HTML docs:  a few tweaks to the texinfo to create a
	reasonable HTML table of contents

	* doc/ess.texi, README:
	doc bug:  I was testing out the info docs and I realized that
	the "Detailed Node List" and the actual nodes for Installation
	were different.  In this case, it would lead you to believe
	that there weren't any relevant topics in the Installation
	section because you see the "Detailed" list first, but there's
	nothing on it.  I suppose you could carefully check each "Detailed"
	vs. actual node combination, but that would be time-consuming and
	prone to failure.  And, I also realized that nobody would want a
	100 item list when they can drill-down from a 10 item list anyways.
	So, I was lazy and just commented out the entire "Detailed Node List".

	* ANNOUNCE, doc/Makefile, README, doc/announc.texi, doc/authors.texi, doc/credits.texi, doc/ess.texi, doc/help-sas.texi, doc/inst_tar.texi, doc/readme.texi, info/ess.info-1, info/ess.info, info/ess.info-2, info/ess.info-3, info/ess.info-4:
	more doc changes:  Where should I begin?  I realized that having info files might
	not be helpful if you didn't already have ESS installed.  So, I decided to
	create HTML docs and put them @ software.biostat.washington.edu:/ess/doc/html
	But, texi2html doesn't work with version.texi.  After pulling my hair out, I
	decided to read the documentation.  Guess what?  texi2html doesn't support
	@macro commands.  So, instead of @essver{}, I replaced those references by
	@include ../VERSION which seems to work.  Of course, this was after I re-did the
	doc/Makefile thinking there was something wrong in there.  The HTML docs are now
	on the net.  And, lots of other "improvements" to the docs.

	* doc/ess.texi, info/ess.info, README, info/ess.info-1, info/ess.info-2, info/ess.info-3, info/ess.info-4:
	info:  running some long SAS jobs, ZZZZZzzzzZZZZZ...
	Meanwhile, re-wrote parts of the intro and re-arranged some of the
	documentation categories; boy is that fun.  NOT!  Promoted "Help for
	the S family" and "Help for SAS" to main categories so you
	don't have to poke around so long.  One bugaboo that remains
	with GNU Emacs 21.1-21.3 is the @direntry which is set to:
	* ESS: (ess). Emacs Speaks Statistics (S/S+/R, SAS, BUGS, Stata, XLisp-Stat).
	but, Emacs sadly reports:  ESS Version 5.x.y (was: S-mode).
	This works fine on XEmacs 21.4.8 and I'm using texinfo 4.2

	* lisp/ess-utils.el:
	ess-kermit-get, ess-kermit-send
	I had to replace (shell) with ess-sas-goto-shell; maybe we should
	generalize ess-sas-goto-shell and ess-sas-shell-buffer in ess-utils.el too

2002-07-30  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/Makefile:
	lisp/Makefile:  essa-sas.el should not be compiled since it is required
	by essl-sas.el and therefore, already compiled

	* lisp/Makefile:
	lisp/Makefile:  fixed a bug testing whether a directory is .

2002-07-29  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/ess.texi, doc/help-sas.texi, info/ess.info, info/ess.info-1, info/ess.info-3, README, info/ess.info-4:
	Help for SAS:  more updates and fixes; now ready for release

2002-07-27  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/Makefile, Makefile:
	Makefile:  changed target info to
	the more descriptive and appropriate docs

2002-07-26  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/ess.texi, doc/help-sas.texi:
	ESS[SAS] info documentation:  lots of minor changes that
	should make it a better intro as well as a more complete and
	correct manual

	* doc/Makefile, lisp/Makefile, Makeconf, Makefile:
	more Makefile mods:  made INSTALL comments more explicit
	and removed install as the target from main Makefile, it
	was only present in the lisp Makefile in any case

	* Makefile:
	main Makefile:  realclean target deleted; doc and lisp
	Makefile's don't have it anyway; ESSVERSIONDIR changed
	to ESSDIR

	* Makeconf:
	Makeconf:  made 2 comments more explanatory

	* doc/Makefile, Makeconf, Makefile, doc/newfeat.texi:
	more Makefile/Makeconf improvements:  I think this should do it
	for the next release.  Enjoy!

	* info/ess.info-1, info/ess.info:
	Updating info for new version

	* ANNOUNCE, README:
	Updating README, ANNOUNCE for new version

	* Makeconf, README, doc/Makefile, info/ess.info-1, info/ess.info, info/ess.info-2, info/ess.info-3, info/ess.info-4, lisp/Makefile:
	more Makefile changes:  Apparently, we had two different methods for
	replacing old version numbers with new ones.  For some reason, the
	old method based on perl stopped working.  So, we created a new
	method based on @essver{}.  However, the old version targets and
	dependencies remained.  I have no idea what kind of weirdness
	resulted from that.  Just in case, I'm removing the old method.

2002-07-25  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]:  ess-sleep-for now defaults to 5 seconds on Windows
	only (which was where the problem was initially)

	* lisp/essa-sas.el:
	ESS[SAS]:  fixed bug in
	ess-sas-submit-sh for Kermit file transfers; noticed that ess-kermit-
	functions call (shell) when it probably should be ess-sas-goto-shell

2002-07-24  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/Makefile, fontlock-test/baseball.sas, Makeconf, Makefile, VERSION:
	Makefile happy-land:  I think I finally figured this maze out.
	We'll see when we try to release 5.1.21

	* lisp/ess-utils.el:
	ess-utils.el:  fixed a bug in ess-save-and-set-local-variables;
	more exhaustive testing later tonight

	* lisp/essa-sas.el:
	ESS[SAS]:  ess-save-and-set-local-variables is now called
	from ess-sas-submit-sh, ess-sas-submit-windows and
	ess-sas-submit-mac rather than save-buffer which formerly
	appeared in ess-sas-submit.  Not, sure what to do with
	ess-sas-submit-iESS, but it should not be called in
	ess-sas-submit-region.  Also, now called in
	ess-sas-data-view so you can take advantage of the
	recently added ess-sas-data-view-fsview-statement
	buffer-local variable.

	* lisp/ess-utils.el:
	ess-utils.el:  added 2 new functions

	ess-search-except:  searches forward for a regexp, stores as match 1
	and optionally, ignores results that also match a second regexp parameter,
	and optionally, searches backward for a third non-nil parameter

	ess-save-and-set-local-variables:  if a buffer is modified, save the
	buffer and if Local Variables are defined, update them with revert
	returning t if buffer was modified and nil otherwise

	* lisp/essa-sas.el:
	ESS[SAS], ess-sas-data-view:  Now, I'm adding features just for myself.
	I've always wanted the capability to add a PROC FSVIEW statement to an
	ess-sas-data-view call, but I just never got around to it.  You can
	configure it with the string ess-sas-data-view-fsview-statement.  Also,
	you can now change the PROC FSVIEW command itself with
	ess-sas-data-view-fsview-command and I renamed ess-sas-data-view-options
	to ess-sas-data-view-submit-options to make it more clear what it does
	(i.e. so you don't confuse -options with -fsview-command).

	* Makeconf, doc/Makefile, info/ess.info-1, info/ess.info, info/ess.info-2, info/ess.info-3, Makefile, info/ess.info-4, lisp/Makefile:
	Makeconf/Makefile tweaking:  still need to re-organize doc
	Makefile which is currently in the main Makefile and the
	doc Makefile

2002-07-23  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* Makeconf:
	Makeconf:  minor improvements in anticipation of a more
	important role for this method of installing ESS

	* lisp/make-regexp.el:
	make-regexp.el:  timing functions removed due to name collisions with Gnus

2002-07-22  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]:  extended ess-sas-goto-shell to take an optional
	argument if non-nil, then set-buffer rather than switch.  This
	new call replaces code chunks in ess-sas-submit-region,
	ess-sas-data-view and ess-sas-graph-view.  Furthermore, this
	behavior is what was intended in nearly all
	(ess-sas-goto-shell) calls and I have replaced them all with
	(ess-sas-goto-shell t); except for the key-bindings for F8/F3
	and the code that deals with kermit file transfers which require
	the old behavior.  Have only tested on XEmacs and 'sh, so YMMV.

	* lisp/essa-sas.el:
	ESS[SAS]:  ess-sas-goto-shell resurrected!  Our recent discussion
	with respect to each SAS program, perhaps, needing it's own
	ess-sas-submit-method brought me back to ancient discussions
	of asynchronous shell buffer names.  Emacs and XEmacs named them
	differently.  Our solution was to use & for 'sh and start for 'ms-dos
	to make synchronous processes asynchronous.  However, this made
	ess-sas-goto-shell unnecessary since the buffer was always *shell*.

	Now, I added the variable ess-sas-shell-buffer which is buffer-local
	and defaults to *shell*.  If you set this to something else, then you
	will get another shell buffer.  And, ess-sas-goto-shell will take you
	to whichever one you need.  So, we are back to the original function.
	I also moved the add-hook call to the shell creation step since it
	seemed like over-kill to call it every time you did ess-sas-submit-sh.
	Is this enough explanation or am I boring you?

2002-07-19  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el: ESS[SAS]:  tweaks to
	 -> ess-sas-submit-mac for JSM presentation

	* lisp/essa-sas.el:
	ESS[SAS]: ess-sas-submit-method
	needs to be buffer-local so that ess-sas-submit can submit different
	buffers in different ways with the Local Variables trick

2002-07-16  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/ess-utils.el:
	ess-utils.el:  added ess-kermit- functions; now, it's really
	ready for testing

	* lisp/ess-cust.el:
	ess-cust.el:  added ess-kermit- variables

	* lisp/essa-sas.el:
	ESS[SAS]: moved ess-kermit- variables to ess-cust.el and
	ess-kermit- functions to ess-utils.el

	* lisp/ess-cust.el:
	ess-cust.el:  applied Stephen's patch; also changed more :types
	from "string" to 'string; finally, fixed custom-ize for SAS; it
	always worked if you specified 'ess-sas for the
	group, but never worked if you specified 'ess; this was because
	defgroup defined 'ess-SAS rather than 'ess-sas; and, now I understand
	what :prefix does; we discussed this previously and nobody knew
	(the documentation doesn't say either); :prefix is the beginning of
	the variable name that the custom-ize buffer doesn't show you;
	therefore, it seems that :prefix should be "ess-" for 'ess-sas;
	I think this is what it always was, but now I know this is right;
	only tested this on XEmacs 21.4.8 which is nearly bullet-proof;
	please test on buggier versions of (x)emacs

2002-07-11  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ess-search-except, ess-sas-data-view, ess-sas-graph-view:
	improvements to all; simplification of the latter -view's
	with ess-search-except and other minor changes

	* lisp/essa-sas.el:
	ess-search-except:  I forgot to include the bloody example of it's
	use; now see ess-sas-data-view.

	* lisp/essa-sas.el:
	ess-search-except:  I believe it does what we want now.  Sorry, to make this
	a multi-stage commit, but I can think in SAS, not elisp yet :o)

	* lisp/essa-sas.el:
	ess-search-except:  I had some free time and I decided to
	write a function to perform the complex searches
	that are necessary for ess-sas-data-view.  I suppose a function
	like this would be valuable for ess-sas-graph-view and for
	other packages as well.  After a bit more testing, I'll put
	it some place more appropriate.  I suppose we don't
	have alot of time left before 5.2.0

	* lisp/essa-sas.el:
	ess-sas-data-view:  the code will make your head hurt, but
	the search for a permanent SAS data just got a little smarter.
	After it finds a tentative candidate in a forward search,
	it checks if it is a work./first./last.  If so, then it
	backward searches.  I suppose a better approach would be
	to write an ess-search function that takes arguments
	for regexp, direction, and exceptions to ignore.  I
	don't have time right now, but let's add it to the TODO.

2002-07-02  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/ess.texi:
	updated copyright to 2002.  Deep thought:  does everything
	need a person to copyright it?  Wouldn't it be better to
	have something like:  Copyright (C) 2002 ESS Developers?

2002-06-24  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ess-sas-data-view:  Now ignoring WORK datasets since there is no
	way to open them anyway.  It would be nice if this function (as well as
	ess-sas-graph-view) could also be accessable via the mouse.
	Any hints as to how to do it would be appreciated.  Currently, you have
	to move the point manually or re-type the dataset/graph that you want
	to view.  Just clicking on a dataset/graph would be easier.

2002-06-24  Martin Maechler  <maechler@stat.math.ethz.ch>

	* lisp/essdsp6w.el, lisp/essd-r.el, lisp/essd-s3.el, lisp/essd-s4.el, lisp/essd-sp3.el, lisp/essd-sp4.el, lisp/essd-sp5.el, lisp/essd-sp6.el:
	activate imenu for S+modes, using the ess-[SR]-use-imenu variable (in R and S+)

2002-06-20  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/ess-emcs.el, lisp/ess-inf.el, lisp/ess-menu.el, lisp/ess-mode.el, lisp/ess-mous.el, lisp/ess-trns.el, lisp/noweb-mode.el:
	all ess-running-xemacs have now been replaced with (featurep 'xemacs)

	* VERSION: VERSION:  5.2.0

2002-06-19  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/ess-emcs.el:
	ess-emcs.el:  (featurep 'xemacs) has been implemented
	according to Rich's suggestion; however, ess-running-xemacs
	is rather pervasive among numerous other ESS lisp files;
	I don't have time to go into every file and change them all;
	but, this will certainly be the recommended route to take with ESS 6

2002-06-19  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essdsp6w.el, lisp/ess-emcs.el, lisp/essd-sp4.el, lisp/ess-site.el:
	w32-short-file-name win32-short-file-name

2002-06-19  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* README, ANNOUNCE:
	Updating README, ANNOUNCE for new version

2002-06-18  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/ess.texi, doc/inst_tar.texi:
	Unix Installation:  massive changes; I really don't understand
	points 7 and 8, but I assume the XEmacs parts of 8 will change
	once 5.2.0 is an "official" XEmacs package; I suggest similar
	changes be made to Microsoft Windows Installation, but I made
	none.  Enjoy!

2002-06-18  Martin Maechler  <maechler@stat.math.ethz.ch>

	* lisp/essd-r.el:
	allow prompt "Browse[1]> "
	-- i.e. add "[]" to valid prompt chars (but not as first one!)

2002-06-18  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ess-kermit-get:  last bug-fix
	; it's about as user-friendly as I can imagine at the moment

2002-06-17  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/help-sas.texi, doc/inst_tar.texi, doc/newfeat.texi, doc/requires.texi:
	doc:  minor improvements

	* doc/currfeat.texi, doc/newfeat.texi:
	doc:  a few minor changes in preparation for the 5.2.0 release

	* lisp/essa-sas.el:
	ESS[SAS]:  fixed a newly introduced bug in ess-kermit-get;
	synchronized ess-kermit-send with ess-kermit-get; replaced
	equal with string-equal (do we need to do this globally?);
	I'd like to do a little bit more testing before 5.2.0; I'll
	try to get it done tonight

	* lisp/essa-sas.el:
	ESS[SAS]: changes for more user friendly kermit file transfers;
	ess-kermit-prefix default is now # which should be os-independent;
	former defaults, : or ], could be problematic and were
	based on ange-ftp/efs/tramp (an unnecessary restriction it turns out);
	when ess-sas-goto is passed the suffix "log" or "lst" ess-kermit-get
	is called if the file starts with ess-kermit-prefix; other extensions
	could be dangerous since you might have altered the local copy whereas
	.log and .lst files are only being modified by the SAS batch job; as
	long as the integrity of the .sas program is maintained .log and .lst
	can always be retrieved if an unwanted transfer overwrites them

2002-06-04  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/ess-utils.el:
	ess-utils:  explanatory comment on the recent change in ess-revert-wisely

2002-05-28  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/ess.texi, doc/help-sas.texi, info/ess.info-1, info/ess.info, info/ess.info-2, info/ess.info-3, info/ess.info-4:
	M-x SAS does not work with MS Windows

2002-05-28  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* Makefile:
	Makefile:  made compile the default; also fixed problem with make all

2002-05-27  Martin Maechler  <maechler@stat.math.ethz.ch>

	* doc/README.SPLUS4WIN:
	5.1.21, not *.20 (is this not yet integrated in *.texi ?)

2002-05-21  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/dir, info/dir:
	dir file needed in same directory as *.info* files

	* doc/ess.texi, doc/help-sas.texi, info/ess.info-1, info/ess.info, info/ess.info-2, info/ess.info-3, info/ess.info-4, README:
	improve documentation for ess-remote

2002-05-20  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* Makefile:
	Makefile:  commented out a stray reference to info in the doc directory

	* ANNOUNCE, README:
	Updating README, ANNOUNCE for new version

2002-05-17  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/ess.texi, info/ess.info-1, info/ess.info, info/ess.info-2, info/ess.info-3, info/ess.info-4:
	document ess-remote, S+elsewhere, ess-elsewhere

	* doc/ess.texi, doc/help-s.texi, doc/inst_tar.texi, info/ess.info-1, info/ess.info, info/ess.info-2, info/ess.info-3, info/ess.info-4, README:
	add reference to ~/.xemacs/init.el as the Xemacs alternate for
	the Gnu emacs file .emacs

2002-05-16  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]:  ess-sas-data-view; oops that was not right.  now fixed.
	dataset names may end in macro variables, but libraries must not

2002-05-14  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]:  ess-sas-data-view will now recognize a permanent SAS
	dataset name that ends in a macro variable.  You will be
	prompted with the portion of the name up to, but not including
	the macro variable, since it wouldn't be valid otherwise.  You
	will need to complete the dataset name.  You cannot use a macro
	variable for the library since &libname.dataname is macro concatenation.

2002-05-13  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS] doc-strings:  updated doc-strings for ess-sas-submit-method

	* doc/help-sas.texi:
	ESS[SAS] help:  ess-sas-submit-method discussed, with respect to
	both local and remote SAS batch jobs including Kermit

2002-05-12  rmh  <rmh@lynne.stat.math.ethz.ch>

	* info/ess.info-1, info/ess.info, info/ess.info-2, info/ess.info-3, info/ess.info-4:
	repair trailing garbage by removing [] from node names

	* doc/ess.texi, doc/help-sas.texi, doc/help-s.texi:
	@node lines cannot contain [].
	I replaced them with () in the node lines and left
	them at [] in the section heads and in the body of the text.

2002-05-10  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/help-sas.texi:
	ESS[SAS] help: discussion of ess-sas-submit-command etc.
	But, still need to discuss ess-sas-submit-method and kermit too.

2002-05-10  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/ess.texi:
	Thank you Martin, I was starting do essentially the same thing
	to ess.texi.  Now I don't have to.

	I did one extra step.  We had an empty chapter in the dvi that I commented out.
	  @comment @chapter Help for Statistical Packages
	Then I promoted both S and SAS to chapter status.
	  @chapter Help for the S family
	  @chapter Help for SAS


	There is a fundamental problem in both help-s.texi and help-sas.texi.
	Make the ess.dvi and then look at the S and SAS chapters.
	Both chapters have a trailing piece of the node-name as the last line
	in each section.  I tried several ways to make that go away with no
	success.  Can you figure out what is going on and fix it?  Thanks

2002-05-10  Martin Maechler  <maechler@stat.math.ethz.ch>

	* doc/ess.texi, doc/inst_tar.texi:
	comment empty chapter; update nodes and menus (in Emacs) and hand fix

2002-05-10  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essd-els.el:
	gnuclient doesn't work across tcpip (or at least I don't
	yet know how), so I removed it from inferior-ess-language-start
	for ess-remote.

	* lisp/essdsp6w.el, lisp/essl-s.el:
	S-Plus 6 help() function uses pager=options()$help.pager

	I modified inferior-S-language-start in essl-s.el to always define
	options()$help.pager to have the same value as options()$pager.
	Only S-Plus 6 uses this new value.  The way the statement is constructed,
	it does not get used for R and it generates a harmless extra component to
	the options() in earlier versions of S-Plus.

2002-05-10  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/getting.texi, doc/newfeat.texi:
	doc:  updates for next release

2002-05-10  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essd-sas.el:
	put ess-eval-line-and-step-invisibly on C-c i on sas-mode-local-map

	* lisp/essd-els.el:
	ess-remote for SAS needs shell-mode

	* lisp/ess-inf.el:
	ess-eval-line-and-step-invisibly is needed for ess-remote to work with sas

	* lisp/essd-els.el:
	ess-remote now works for "sas -stdio"

2002-05-09  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/announc.texi:
	ANNOUNCE: missed a reference to @essver{}

2002-05-08  Martin Maechler  <maechler@stat.math.ethz.ch>

	* lisp/ChangeLog, lisp/ess-trns.el:
	clean-region fix for new menu function

2002-05-07  Martin Maechler  <maechler@stat.math.ethz.ch>

	* doc/Makefile:
	better Makefile fixes; add "pdf" target

	* doc/ess.info-1, doc/ess.info, doc/ess.info-2, doc/ess.info-3, doc/ess.info-4, doc/Makefile:
	Makefile fixes; ess.info* only in ../info

	* doc/requires.texi: @footnote properly

	* doc/help-s.texi:
	some @item s fixed --- do NOT use manual "-" for items!

	* doc/requires.texi:
	minor typo in footnote

	* doc/Makefile: run pdftex twice

2002-05-07  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* README:
	Updating README, ANNOUNCE for new version

2002-05-06  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/ess.info-1, doc/ess.info, doc/ess.info-2, doc/ess.info-3, doc/ess.info-4, doc/help-s.texi:
	@display

	* Makefile: add ess.info-4

2002-05-05  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]: ess-kermit-send
	incorporated into ess-sas-submit-sh  kermit is almost as transparent as
	tramp and ange-ftp/EFS  just execute ess-sas-submit like any other file

2002-05-05  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/ess-trns.el:
	install Thomas Baumann repair to ess-transcript-clean-region

2002-05-04  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]:  ess-sas-submit-sh now works with local copies of kermit transfer files.  just need some documentation.

2002-05-03  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]: ess-kermit-send now works although I haven't tested
	it completely.  still need to fix ess-sas-submit-sh

	* lisp/essa-sas.el:
	ESS[SAS]:  updated ess-kermit-get per the latest proposal;
	created a variable ess-kermit-prefix which is
	customize-able that can be used to specify the files that
	are recognized as local kermit copies of remote files.
	: is the default and the only other value that is
	recommended is ]  also, created ess-kermit-remote-directory
	which is buffer local and the default is customize-able;
	currently $HOME  when you run ess-kermit-get you can
	reset this variable and ess-kermit-get is now documented
	haven't fixed ess-kermit-send, but it should be trivial
	also note, that if you have just done an ess-kermit-send
	then ess-sas-submit-sh should work as long as we handle the
	cd command appropriately, i.e. "cd ."

2002-05-02  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essd-els.el:
	change SAS to SAS-customize-alist

	* lisp/essd-els.el:
	add &optional proc-name to ess-remote

2002-05-01  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essd-els.el: ess-remote

	First draft of what I consider the right way to do what we
	have previously called S+elsewhere and ESS-elsewhere.

	Please test this.  Start a telnet or other protocol to a remote computer,
	start S or R (or maybe something else), M-x ess-remote, and tell it which
	dialect.  You are now talking to an inferior-ess process.

	I added all the *-customize-alist to ess-select-alist-dialect.  I added
	only sp6 to the dialects we prompt for, but all will be recognized.

	Rodney, dialect "sas" points to S+elsewhere-customize-alist rather than
	to SAS-customize-alist.

	If this works then ess-add-ess-process should be moved from essa-sas.el to
	ess-inf.el

	* lisp/essdsp6w.el, lisp/ess-site.el:
	tweaks to S+6 for S-Plus 6.1 for Windows beta 1

	Delay time is now a user variable ess-S+6-startup-delay.
	No delay time for S+6-existing.
	We verify the version of S-Plus 6 and hide and make read-only the file we check.
	ESS now prompts for the correct directory.

2002-04-29  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essdsp6w.el:
	S-Plus 6.1 beta for Windows works correctly with ESS.
	6.0 didn't work correctly.

	I modified M-x S+6 to
	  "Verify that `inferior-S+6-program-name' points to S-Plus 6.
	Start normally for S-Plus 6.1.  Inform the user to start S-Plus 6.0
	from the icon and than connect to it with `S+6-existing'.  Give an error
	message if `inferior-S+6-program-name' doesn't point to S-Plus 6."


	S-Plus 6.1 starts up exceedingly slowly.  I changed the delay time in
	M-x S+6-initiate to 60 seconds (double what we needed for M-x S+4).
	The is the delay needed for my 300MHz machine.  I will make this a
	variable so the users can customize it for their speed.

2002-04-27  Martin Maechler  <maechler@stat.math.ethz.ch>

	* lisp/ess-trns.el:
	..-DO-clean-region; added to Menu; see ChangeLog

	* lisp/essd-sp6.el:
	ess-setup-directory-fun etc from Jeff Mincy

2002-04-26  Martin Maechler  <maechler@stat.math.ethz.ch>

	* lisp/ess-cust.el:
	version number was lost -- bug in perl in Makefile ???

	* doc/Makefile: ess.info -> ../info

	* lisp/ess-cust.el:
	new ess-directory-function and ess-history-directory stuff from Jeff Mincy

	* lisp/ess-site.el:
	wrap file-name-as-directory around ess-lisp-dir... [from Jeff Mincy]

2002-04-25  rossini  <rossini@lynne.stat.math.ethz.ch>

	* lisp/essd-r.el:
	we don't want the semantic stuff "live" yet!

	* lisp/essd-r.el, lisp/r.bnf, lisp/sas.bnf, lisp/semantic-r.el, lisp/semantic-sas.el:
	These files are the start of semantic.el support.  Useful for using the CEDET tools (cedet.sourceforge.net), including ECB.  Definitely worth a bit of time, but they get awfully confusing.

2002-04-21  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	simplify ess-sas-toggle-sas-log-mode for legibility, no change in what it does, see email for details.

2002-04-17  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/ess.info-4, doc/Makefile:
	we now have ess.info-4

	* doc/ess.info-1, doc/ess.info, doc/ess.info-2, doc/ess.info-3, doc/ess.texi, doc/help-sas.texi, doc/help-s.texi, doc/inst_tar.texi, doc/Makefile:
	I fixed up help-sas, installed help-s, fixed up some style issues, cleaned up
	cross references to empty pages.

	All occurences of @essver MUST have braces @essver{} or else the remainder
	of the source line is treated as a comment.

	The doc/Makefile doesn't depend on the *.texi files.
	I attempted to change it to
	$(ESSINFODIR)/ess.info: *.texi
	but that doesn't work.  So I used
	$(ESSINFODIR)/ess.info: ess.texi help-sas.texi inst_tar.texi

	The @display requires everything to be left justified.  Otherwise the
	indentations are interpreted as hard spaces.

	Why are some lines in @display and others in @example?  They look the same.
	This is inst_tar.texi, lines 29-36
	@example
		gunzip ess-@essver{}.tar.gz
		tar vxf ess-@essver{}.tar
	@end example
	@display
		(or: @code{gunzip < ess-@essver{}.tar.gz | tar vxf -} ).
		(or using GNU tar:  @code{tar zvxf ess-@essver{}.tar.gz}).
	@end display

	I added the control-function keys to help-sas.texi

	I fixed the help menu pointers to the empty operating system nodes.

	As long as I am doing info, I fixed up help-s.texi and installed it.
	It compiles correctly.  It still needs to be read carefully to make sure
	it is coherent.


	I think the various doc/README* files now need to be regenerated
	from the appropriate *.texi files.

2002-04-16  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/ess.info-1, doc/ess.info, doc/ess.info-2, doc/ess.info-3, doc/Makefile:
	Updating docs for new version

	* README:
	Updating README, ANNOUNCE for new version

	* doc/readme.texi:
	Updating docs for new version

	* README:
	Updating README, ANNOUNCE for new version

	* doc/ess.info-1, doc/ess.info, doc/ess.info-2, doc/ess.info-3, doc/ess.texi, doc/inst_tar.texi, doc/readme.texi:
	Updating docs for new version

	* README:
	Updating README, ANNOUNCE for new version

	* doc/inst_tar.texi:
	doc:  added one @display that I forgot earlier

2002-04-16  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/help-sas.texi:
	make last line less than 80 columns

	* doc/help-sas.texi:
	typos and introduce filetype-2 earlier

	* doc/help-s.texi, doc/readme.texi:
	@essver and s-plus 6 references

2002-04-16  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* Makefile:
	Makefile(xemacs-links): updated to reflect the new location of info files
	which makes a very logical connection in this case as well.

	* info/ess.info-1, info/ess.info, info/ess.info-2, info/ess.info-3, info/ess.info-4:
	info: need a directory with nothing
	else in it for a concise display and this seemed like a logical choice

2002-04-15  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* README:
	Updating README, ANNOUNCE for new version

	* doc/ess.info-1, doc/ess.info, doc/ess.info-2, doc/ess.info-3, doc/help-sas.texi, doc/inst_tar.texi, VERSION:
	5.1.21:  more doc changes for release

	* ANNOUNCE, README:
	Updating README, ANNOUNCE for new version

	* doc/ess.info-1, doc/ess.info, doc/ess.info-2, doc/ess.info-3, doc/ess.texi, doc/help-sas.texi, doc/inst_tar.texi, doc/Makefile, doc/readme.texi, lisp/ess-emcs.el, Makefile:
	5.1.21:  lots of changes for 5.1.21 release

	* doc/ess.info-1, doc/ess.info, doc/ess.info-2, doc/ess.info-3, doc/getting.texi, doc/help-sas.texi, doc/requires.texi:
	doc: many changes addressing Rich's concerns (please see ess-core
	discussion if you are interested).  Before 5.1.21 can be released,
	we need to figure out how to get texinfo to generate the proper
	version number in all documents.

2002-04-12  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/newfeat.texi, lisp/essl-sas.el:
	ESS[SAS]: corrected font-locking for in: operator

	* doc/announc.texi, doc/help-sas.texi, doc/newfeat.texi:
	doc: changes for 5.1.21 release

	* doc/ess.info, doc/ess.info-1, doc/ess.info-3, doc/help-sas.texi:
	doc:  First attempt at creating info documentation for SAS.  It is
	basically README.SAS with a few additions/corrections.  Fine for this
	release, but could use alot of work.

	* lisp/essa-sas.el:
	ESS[SAS]: F12 (graph view) now defined for all locales

2002-04-10  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essl-sas.el:
	ESS[SAS]: estimate and contrast keywords are now highlighted

2002-04-09  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/announc.texi, doc/ess.info-1, doc/ess.info, doc/ess.info-2, doc/ess.info-3, doc/ess.texi, doc/help-s.texi:
	doc: first attempt at creating user manual with texinfo.  I thought that I could
	just mimic help-s.texi.  However, help-s.texi appears to be a basket case.
	It has no @menu statements.  This made it impossible for me to makeinfo.  So,
	instead I created help-sas.texi from scratch based on README.SAS.  Note that
	the @menu commands will cause problems if they contain : so I've been using --.
	Also note that makeinfo appears to create working info pages, but texi2dvi
	does not create documents correctly.  It's a shame since they are very nice,
	except for garbage which appears to be mangled next, previous, and up.  This will
	cause us alot of problems if we want to maintain
	one source and produce .info, .html and .pdf (I actually only tried viewing
	with xdvi, but I suspect the problem exists with other formats, but I pray not).

2002-04-04  hornik  <hornik@lynne.stat.math.ethz.ch>

	* lisp/essddr.el: Add '\docType'.

2002-03-27  rossini  <rossini@lynne.stat.math.ethz.ch>

	* xemacs/README:
	files and build/export for xemacs package

2002-03-22  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el, lisp/essl-sas.el:
	ESS[SAS]:  added font-lock support for legacy COMMENT...; style comments

2002-03-19  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]:  Somehow managed to have to two functionally identical versions
	of ess-sas-file-path; now only one.

2002-03-18  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/requires.texi:
	doc:  added "custom" link

2002-03-17  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/requires.texi:
	doc:  noted that certain geriatric
	versions of emacs are no longer supported

2002-03-12  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essd-r.el, lisp/ess-inf.el:
	make C-c C-q work with R

	I checked it on windows with rw1041.  Please verify the repair for unix.

	essd-inf.el
	I modified ess-quit to treat R as a special case because R asks
	the question "Save workspace image? [y/n/c]: ".

	essd-r.el
	I modified inferior-ess-exit-command and added inferior-ess-exit-prompt

2002-03-03  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/ess-iw32.el:
	ess-command on windows.  fix last week only needed if buf is t.

2002-03-01  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	back to "normal".

	* doc/jcgs/essJCGSv2.tex:
	version to create the "blinded review copies".

	* doc/jcgs/essJCGSv2.tex:
	version used for unblinded PS/PDF files.

2002-02-27  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/Makefile:
	add mouseme.el to lisp/Makefile

2002-02-27  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]: GSASFILE viewing for Emacs 21.1; I figured out how to view
	image files in Emacs 21.1.  But, apparently it only works for Unix at
	the moment.  You have to turn on the minor mode auto-image-file-mode.
	Then opening a .jpg or .jpeg file will display it in a buffer.  It is
	supposed to work with .gif files, but it doesn't for me; so I'm only
	activating this feature for JPEG.

2002-02-26  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/ess-emcs.el:
	lisp(ess-emcs.el):  added a function to display graphical images
	per the XEmacs documentation (for 21.4 and higher)

	* lisp/essa-sas.el:
	ESS[SAS]: viewing GSASFILEs; XEmacs supports .gif and .jpg natively.
	So, on XEmacs, those formats are displayed in an empty buffer.  Otherwise,
	graphics are handled as before (with an image viewer program).

	* doc/jcgs/essJCGSv2.bib:
	XEmacs ref:  I know that we don't want to mess with the references, but
	I found out that the reference for XEmacs should be "The XEmacs Project"
	rather than the "XEmacs Development Team".  I figured if we fixed it now,
	then we wouldn't have to try to remember it later.

2002-02-26  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/ess-iw32.el:
	The repair of the C-c C-l problem reported by S.McClatchie
	<s.mcclatchie@niwa.cri.nz> and Bjrn-Helge Mevik <bhm@math.uio.no>
	required a change to ess-command in ess-iw32.el.  I believe the problem
	was limited to Windows machines and first appeared in 5.1.19 when I added
	ess-command to ess-iw32.el.

	The temporary buffer buf was not associated with an ESS process.  Now it is.

	This is a consequence of how I created a windows version of
	ess-command.  Part of loading a file is checking whether the new file
	would overwrite any old S language objects.  This in turn requires
	running search() which uses ess-command.  The temporary buffer created
	to hold the results of the search was not associated with an ESS
	process.  Therefore when ess-command checks whether it is running
	under Windows, it finds instead that it is in the tbuffer which is not
	connected with an ESS process so it can't decide and quits.  Since the
	original buffer that the user was trying to load was correctly
	connected to an ESS process, the user is justifiably confused.

	The repair is done at the most central point, at the ess-command for
	windows.

2002-02-25  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/Makefile:
	lisp Makefile:  added ess-mous.el, but have not tested it

2002-02-25  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	removed some of Rodney's amusing comments re: starting batch to see if I've fixed Rich's request that ESS-CVS list use ESS-CORE as a reply-to.  I might have to try again.

	* doc/jcgs/essJCGSv2.tex: small  typos

	* doc/jcgs/essJCGSv2.tex:
	fixed grammar in abstract

	* doc/jcgs/essJCGSv2.tex:
	preparing for resub; for that, we need to remove the authorlist on 1 copy.

2002-02-25  Martin Maechler  <maechler@stat.math.ethz.ch>

	* lisp/ChangeLog, lisp/ess-cust.el, lisp/essd-els.el, lisp/essd-r.el, lisp/essd-s3.el, lisp/essd-s4.el, lisp/essd-sp3.el, lisp/essd-sp4.el, lisp/essd-sp5.el, lisp/essd-sp6.el, lisp/essdsp6w.el, lisp/essl-s.el:
	see ChangeLog

	* doc/jcgs/essJCGSv2.tex:
	nuke-trailing-whitespace, \ESSfig and \ifMM -- NO content changed

2002-02-22  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/ediff-sas-bw.ps.bb, doc/jcgs/ediff-sas-bw.ps.gz, doc/jcgs/ess-demo-bw.ps.bb, doc/jcgs/ess-demo-bw.ps.gz, doc/jcgs/ess-demo.s, doc/jcgs/hilock-bw.sas, doc/jcgs/hilock-sas-bw.ps.bb, doc/jcgs/hilock-sas-bw.ps.gz, doc/jcgs/other.sas, doc/jcgs/philasug.sas:
	black and white figures plus supporting files

	* doc/jcgs/essJCGSv2.tex:
	1. added black and white figures as a supplement.

	2. revised the \section{ESS extends Emacs}

	3. fixed sentences that used "which" twice within a few words of
	   each other.

	4. The recognition that \stexttt{iESS[S]} is what the user sees when
	running M-x S+elsewhere is very slick.  It is correct.  The command
	sequence to start it differs from the sequence on the local machine
	(and correctly is too much detail for this paper), but once it is
	functioning it is identical.

	5. SAS Display Manager. one more attempt.

	6. tweaked other little stuff.

	7. merged 4.6 and 4.7 in the history and deleted reference to 4.6.

	Files part of the paper to be sent to jcgs
	  essJCGSv2.tex
	  hilock-sas-bw.ps.bb
	  ediff-sas-bw.ps.bb
	  ess-demo-bw.ps.bb
	  ess-demo-bw.ps.gz
	  ediff-sas-bw.ps.gz
	  hilock-sas-bw.ps.gz

	Files for use by authors
	  other.sas
	  hilock-bw.sas
	  ess-demo.s
	  philasug.sas

2002-02-22  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS Paper:  hopefully the
	last \SAS w/o a trailing \.  Am I dyslexic or did somebody reverse the
	order of the Batch package headings?  I like the new Help File Editing (R)essJCGSv2.tex

2002-02-22  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	reordered authors.  Kurt is Kurt :-).

2002-02-21  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	removed simple comment.

	* doc/jcgs/essJCGSv2.tex:
	Made the "BUGS Batch" one paragraph (it _DOES_ flow well).

	Added a sentence for "BATCH" section at the beginning re: how ESS
	shortens the batch processing debugging/development cycle, so it
	reads:

	Batch file processing with statistical analysis packages is a better
	choice than interactive processing when the execution times are longer
	than the user is willing to wait as well as for regularly updated
	statistical reports and figures.  ESS provides a means to shorten the
	debugging cycle for writing code intended for batch evaluation by
	containing the whole process, both writing and evaluation, from within
	Emacs.

	* doc/jcgs/essJCGSv2.tex: points:
	to remove "or byte-compiled", we have to remove "text" (with respect
	to file types for loading Emacs Lisp).

	Moved "major modes can control other programs" to the beginning of the
	paragraph, since it dangled.

	in Emacs intro, removed the second "released under the GPL" since it
	is now redundant.

	Comma after "s" in "file suffices examples". (grammar adjustment).

	spacing for "PROC ... RUN;" before "RUN;".

	Rewrote the "Help File Editing Paragraph".  In particular, note the
	last sentence, which hopefully will clarify matters.  Comments?

	ESS provides an R documentation mode (\stexttt{Rd-mode}) which assists
	in writing help files for R functions, objects, and other topics worth
	documenting.  \stexttt{Rd-mode} provides the ability to view and
	execute code embedded in the help file in the same manner as ESS
	handles code from any S language source file.  It provides syntax
	highlighting and the ability to submit code directly to a running ESS
	process, either R or \Splus, for evaluation and debugging.  This
	latter feature is useful for ensuring that code developed using R runs
	under \Splus.

2002-02-21  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS Paper:  I read it from start to finish and made changes as I went
	along.  I think it is done.  I found one last chronology problem in
	ESS History and fixed it.  Of course, we will have to activate
	anonymous CVS at some point because the reviewers might try it.

	* doc/jcgs/essJCGSv2.bib:
	JCGS Paper:  refs; there is another R Sparapani, so now I'm RA

2002-02-21  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex: another typo

	* doc/jcgs/essJCGSv2.tex: typo

2002-02-21  hornik  <hornik@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.bib, doc/jcgs/essJCGSv2.tex:
	Add citation/ref for current version of R.

2002-02-21  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	completely restructured section 3.2 interactive processing.

	tweak format styles

	more history smoothing

	made table \scriptsize for legibility for the referees.
	The editor can set it smaller or landscape later.


	If you accept the 3.2 rewrite, then all that is left is 3 black and
	white figures.

2002-02-20  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]: added a missing F11 key definition and new functionality
	for F12; pressing F12 searches for a GSASFILE definition, otherwise
	defaults to SAS program name and opens the image file in an image viewer
	application available on that OS (defaults to the CDE sdtimage for Unix
	and kodakimg for MS)

2002-02-20  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	Final version, spell checked

	* doc/jcgs/essJCGSv2.tex:
	made the history table TINY so that it would fit on a page.  It may need to be tilted.

	* doc/jcgs/essJCGSv2.tex:
	removed future work (it didn't read nicely)
	tightened conclusions

	* doc/jcgs/essJCGSv2.tex:
	edited rationale for batch processing.  I think it is cleaner now.

	* doc/jcgs/essJCGSv2.tex:
	Commented out Rich's SAS Interactive Coop paragraph.  Replaced with a
	more general remark re: editing ability without process control for
	interactive data analysis.

	Please direct comments on this to ess-core for further discussion.  I
	think that just as Rodney didn't want SAS picked out for formatting,
	I'm not sure I want it picked out for "edit-only" use; plenty of other
	packages have this problem.

2002-02-20  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS Paper:  ESS History; re-commiting not sure what
	happened to my last commit; I'm ready to submit.

2002-02-20  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	small cleanup to coop paragraph.  removed my comment.

	* doc/jcgs/essJCGSv2.tex:
	cleaned S batch.  removed last silly sentence.  It was "wrong".

	* doc/jcgs/essJCGSv2.tex:
	small SAS batch edits.

	* doc/jcgs/essJCGSv2.tex:
	batch file processing -- removed comments.

	* doc/jcgs/essJCGSv2.tex:
	edited the interactive SAS part a bit.  Added a comment that it looks
	like the old SAS terminal interface, which it did long ago.  I've not
	tried it recently.

	* doc/jcgs/essJCGSv2.tex:
	Section: Interactice Processing
	paragraph: S...

	removed comments, not necessary.  Cleaned up a bit.   I think it's acceptable.

	* doc/jcgs/essJCGSv2.tex: whitespace.

	* doc/jcgs/essJCGSv2.tex:
	removed commentary for concurrent use of mult machines; rodney's right.

	* doc/jcgs/essJCGSv2.tex:
	simplification of keymap diff's : removed commented out sillyness.

	* doc/jcgs/essJCGSv2.tex:
	tool cooperation -- removed silly statements; rodney's were correct.
	removed commentary from rodney/martin/tony.

	* doc/jcgs/essJCGSv2.tex:
	remote access to stat packages:  "very different" to "different".  I'm not sure I really want to go there!

	* doc/jcgs/essJCGSv2.tex:
	removed the Rich/Rodney spat, since I added a paragraph on formatting standards for S.

	* doc/jcgs/essJCGSv2.tex:
	small edit to comment, in case we go to B&W pics.

	* doc/jcgs/essJCGSv2.tex:
	small cleanup to major/minor modes.  I like the fixes someone committed yesterday.

	* doc/jcgs/essJCGSv2.tex:
	keyboard input: removed parentheticals.  While I don't like "mapping",
	when referring to keys, I'll leave it for sanity.

	* doc/jcgs/essJCGSv2.tex:
	fixed a few rough spots in the abstract.  I'm working through the paper again today.

2002-02-20  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	tweaks to history section and punctuation in history table

2002-02-20  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* Makefile:
	Makefile:  Oops.  We don't want tag to depend on rel.  For tagging
	we have to rely on the user to do the appropriate thing.

	* doc/jcgs/essJCGSv2.tex:
	JCGS Paper:  ESS History; the text was not internally consistent
	with respect to chronology and vis-a-vis the table.  Also, it was
	in more of a logical order, rather than chronological.  I tried
	to fix all of these problems.  I think it's nearly done.

2002-02-20  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	added stab at S-plus standard formatting

2002-02-19  rossini  <rossini@lynne.stat.math.ethz.ch>

	* lisp/ess-cust.el:
	edited ess-source-directory doc string to include my favorite setting.
	It's amazing what you find when you start looking...

	* doc/jcgs/essJCGSv2.tex:
	removed commented out "ESS solves common tasks".

	added Kurt's suggestions to RD-mode.

	* doc/jcgs/essJCGSv2.tex:
	Section: ESS extends..
	Paragraph: Transcripts

	cleaned and tightened.  I think it's good.?

	* doc/jcgs/essJCGSv2.tex:
	Section: ESS extends
	Paragraph: Source-level Debugging

	cleaned.  tightened.  I like R&R's changes to this one (don't know the
	right R to attribute!)

2002-02-19  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS Paper: Changes to ESS History Table

2002-02-19  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	removed SSL comments.  Rich is right, we don't need it.

2002-02-19  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS Paper:  ESS History changes.  Also, found a few \Keywords
	where they weren't followed by a \ or punctuation.  This doesn't
	look right with xdvi so I fixed as many as I could find.

2002-02-19  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	I took out the SSL sentence.  It is too detailed for this paper.
	Also, there is something wrong with the phrasing of "initial" and I can't
	fix it since I don't know what it does.

	smoothing, history and elsewhere

	I split off the extensions paragraph and placed it in its own
	Future Work section.  Extensions just aren't part of Conclusions.

2002-02-19  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/currfeat.texi, doc/jcgs/essJCGSv2.tex, doc/newfeat.texi:
	doc:  a few cosmetic changes to docs and some trivial changes
	to ESS Extends Emacs that were irking me; I guess I'm getting
	curmudgeony.  By the way, thanks to whoever has been correcting
	my many mis-spellings in the JCGS comments :o)

2002-02-19  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	small edits.  This and the last refer to the intro to "ESS extends Emacs".

	* doc/jcgs/essJCGSv2.tex:
	spelling: controllong -> controlling

	* doc/jcgs/essJCGSv2.tex:
	small edits for network support paragraph: open vs. "unsecure" (which is more slang/tech),

2002-02-19  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* Makefile:
	Makefile: after make rel goes flawlessly; do a make tag; you might
	want to wait a few days just to be sure since the tag must be
	unique and we don't want micro number escalation

2002-02-19  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	whitespace cleanup.

	* doc/jcgs/essJCGSv2.tex:
	Section: Conclusions

	I like the renaming of Extensions to conclusions.  However, future
	extensions do not go in the history section.  I've rearranged the text
	a bit, and need to do some more editing.

	* doc/jcgs/essJCGSv2.tex: Section: Emacs
	Paragraph: Editing extensions.

	slid speedbar back in with dired (though we COULD take it out again).
	tightened the text.

	* doc/jcgs/essJCGSv2.tex: Section: Emacs
	Paragraph: network support

	small cleanup.
	added Emacs's ability to initiate SSL connections (which it can!)

	* doc/jcgs/essJCGSv2.tex: Section: Emacs
	Paragraph: Major/Minor Modes

	cleaned and tightened.  Rich, could you verify that I'm not leading us astray on this?

	* doc/jcgs/essJCGSv2.tex: Section: Emacs
	Paragraph: Buffers give Emacs control

	Edited last part to make the "interactive process" comments flow.
	removed the comments which consisted of my annoying text.
	looks good, I think.

	* doc/jcgs/essJCGSv2.tex: Section: Emacs
	Paragraph: Input

	small edits, removed spurious comments.  Looks good.

	* doc/jcgs/essJCGSv2.tex:
	first section looks "good", I think.

	* doc/jcgs/essJCGSv2.tex:
	edited keywords.  "free-software" didn't make as much sense, but "open
	source software" does.

	* doc/jcgs/essJCGSv2.tex:
	Cleaned and tightened up abstract, but in general, Rich's changes were
	extremely positive.

2002-02-19  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/currfeat.texi:
	Current Features: deleted SPSS

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper:  History; more changes and some minor attempts to
	make the text reflect the true chronology, but no attempts to
	change the table

	* doc/jcgs/essJCGSv2.tex:
	JCGS Paper:  History; re-arranged some sentences and paragraphs in
	pseudo-chronological order; also attempted to jive the text with the
	table, but some years still do not match for 94-97

2002-02-19  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	rewrote history section.
	please look it over.

2002-02-18  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper:  Removed the parentheses around iESS.  Moved the first paragraph
	in 3.1 to be the second paragraph in 3.  Commented out two paragraphs in 3
	which were about emacs rather than ESS Extends Emacs.  Changed two references
	from FORTRAN to \Fortran.  Other than ESS History, I'm pretty happy with it
	now.

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: changed the rest of "key-binding" to "key sequence"

	* doc/announc.texi, doc/authors.texi, doc/ess.info-1, doc/ess.info, doc/getting.texi, doc/readme.texi:
	Updating docs for new version

	* ANNOUNCE, README:
	Updating README, ANNOUNCE for new version

	* doc/ess.info-1, doc/ess.info:
	Updating docs for new version

	* ANNOUNCE, README:
	Updating README, ANNOUNCE for new version

	* doc/announc.texi, doc/currfeat.texi, doc/getting.texi, doc/jcgs/essJCGSv2.tex, doc/newfeat.texi, doc/requires.texi:
	doc:  last changes for 5.1.20

2002-02-18  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	revised fortran sentence

	* doc/jcgs/essJCGSv2.tex:
	1. defined "key sequence" to be the same as "keyboard shortcuts" and
	then rigorously made all usage of the word "key" conform to standard
	emacs usage.

	2. restored a modified \SAS\ Display Manager section.

2002-02-18  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/announc.texi, doc/currfeat.texi, doc/getting.texi, doc/requires.texi:
	ANNOUNCE:  first batch of ANNOUNCE changes

2002-02-16  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: somehow that
	paragraph got copied to both ESS Extends Emacs and Features & Capabilities
	so now it is only found in the first of the two

2002-02-15  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS Paper:  I finished my review.  I believe the paper is practically
	ready to go out.  I still don't like the history section.  I added my
	one paragraph, but I don't think it really helps that much.  I'd say
	that it probably can be ironed out quickly and sent out Monday.

2002-02-15  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	modified Rodney's proposal on ediff and source-code control

	* doc/jcgs/essJCGSv2.tex:
	more little changes and simplifications.

	I can't find the (iESS) you are asking about.
	But I did find iESS(R) that should be iESS[R] and fixed it.

	I agree on moving that paragraph from "multiple tools" to the
	beginning of 3.1, so I moved it.

2002-02-15  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS Paper:  I have to go to a meeting, but I have finished editing
	through Cooperation across Multiple Tools on pg 10.  However, the second
	paragraph of that sub-section seems out of place.  I think it should
	be the second paragraph at the beginning of section 3.1.  Anybody?
	Also, why is iESS in parentheses?  I'm hoping to make it back in time
	to finish this by the end of the day, but I'm running out of time.

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper:  a few minor changes on pp 2-3

2002-02-15  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	good start on the revised abstract.

	I revised it more.
	I changed the last paragraph of the introdution.
	I commented out the Extensions paragraph and labeled the
	last section to Conclusion.

2002-02-15  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	figures should be top or bottom, not "here".

	* doc/jcgs/essJCGSv2.tex:
	Stata should reference version 7.0.

	* doc/jcgs/essJCGSv2.tex:
	one more sentence needed in the abstract.

	* doc/jcgs/essJCGSv2.tex:
	took a stab at modifying the abstract.  Rich, it's not good, but is it
	in the right vein?

2002-02-13  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* Makefile:
	Makefile: Removed the JCGS paper from the distributions and fixed some problems.
	First of all, zip will update a .zip if it already
	exists.  I found no way to change this behavior.  Also, gzip will prompt you
	before overwriting a .gz.  So, I just delete the files if they already exist
	with a test && rm || true.  Also, tar would occasionally give me an error about
	symbolic links.  So, I did a mv instead of an ln -s.

	* doc/ess.info-1:
	Updating docs for new version

2002-02-13  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	put expanded first paragraph of sas display manager back.
	lots of small changes

2002-02-12  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	cleaned up even more.

	* doc/jcgs/essJCGSv2.tex:
	figures should not be "on a page of floats".

	* doc/jcgs/essJCGSv2.tex:
	fixed conclusion to "Emacs" section.  Finally, I think it isn't bad
	(I'm not saying it is good, yet...).

	* doc/jcgs/essJCGSv2.tex:
	whitespace (bad keypress)

	* doc/jcgs/essJCGSv2.tex:
	cleaned up more up to section 3.1

	* doc/jcgs/essJCGSv2.tex:
	redid SAS batch, first pass

	redid BUGS batch, first pass.

	I'm still editing, but you can see where I'm headed with this.

	* doc/jcgs/essJCGSv2.tex:
	Major slash-and-hack of batch/interactive sections, and a question:

	%%%% AJR: WHY IS THIS SUBSTANTIALLY DIFFERENT THAN BATCH?  I KNOW ITS
	%%%% SLIGHTLY DIFFERENT, BUT SUBSTANTIALLY?
	%\paragraph{\SAS---Interactive cooperation with the \SAS\ Display Manager.}

	* doc/jcgs/essJCGSv2.tex:
	first stab at redoing the S interactive section -- checking in, in
	case I want to back out!

	* doc/jcgs/essJCGSv2.tex:
	retitled "remote interaction" to "remote access" paragraph.

	* doc/jcgs/essJCGSv2.tex:
	first cut at "source-level debugging".  I'm going to surgically remove
	the "user-manual-ish" sections of the paper next.  It's going to be
	ugly.

2002-02-07  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	rich, I'm going to disagree only on what we define as 2002.  Mac R and
	BUGS Batch happened in January?  Sort of.  I'd like to keep 2002
	clear, unless we can figure out what we are doing this year.

	Also, ESS originating as S-mode doesn't sound quite right.  I'd rather
	talk about S-mode mutating to ESS, rather than the other way around.

2002-02-07  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	S+elsewhere is the 1998 name, and belongs in the table.

	ESS-elsewhere is the newer name, and the one that is still under
	discussion.  When it settles down, I now think the name ess-remote is
	a better name.

	I switched the last history item to 2002 5.1.20.  Do we have any new content
	over 19?  If so then we should have both listed.  The new items I think of
	are S+6 and Emacs 21, both of which don't need to be mentioned.

	SAS interactive was designed for remote usage.  I think that for local
	usage it makes more sense to use emacs for editing and then cut and
	paste to the SAS Edit window.

	On names of ESS core members, something on the order of:
	   In 1997 we renamed the project to ESS with Heiberger, Hornik,
	   Maechler, and Rossini.  In 1998 Sparapani joined the core.
	While I agree that assignment of specific topics to specific people is
	not needed, it feels ok to me to have it there.  If we keep assignment
	then Rossini should be identified as coordinator.

2002-02-07  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	streamlined the BUGS subsection.

	* doc/jcgs/essJCGSv2.tex:
	batch file processing -- comments were irrelevant, removed them.

	* doc/jcgs/essJCGSv2.tex:
	small edits to streamline "buffer and control" paragraph.

2002-02-07  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper:  commiting again, I think something failed on my last commit.
	Too bad, I had alot of great comments for you guys :o)

2002-02-07  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	rewrite Keyboard/IO paragraph again.  I think (?Rich's?) changes were
	extremely positive, and just need a small bit of tidying.

	* doc/jcgs/essJCGSv2.tex:
	"keyboard entry" for character-based terminals is redundant.

2002-02-07  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* Makefile:
	Makefile: updated for new repository

2002-02-07  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	small edits and cleaning to "interactive transcripts" paragraph.

	Moved "ESS understands transcripts" sentence to third, "example of
	making trans" sentence 2nd.  Lots of changes.

2002-02-07  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/ess.info-1, doc/ess.info, doc/ess.info-2, doc/ess.info-3:
	Updating docs for new version

	* ANNOUNCE, README:
	Updating README, ANNOUNCE for new version

	* lisp/essa-sas.el:
	ESS[SAS]:  last change before 5.1.20; forgot to add C-TAB to the
	globalization for PC keys

	* doc/announc.texi, doc/credits.texi, doc/inst_cvs.texi, doc/inst_tar.texi, doc/mailing.texi, doc/newfeat.texi, doc/readme.texi, doc/stabilty.texi:
	Doc changes for pending ESS-5.1.20 release.

2002-02-07  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	removed spurrious indexing.

	* doc/jcgs/essJCGSv2.tex:
	Rodney's comments re: double mention of dired and filename completion
	are now satisfied.

	* doc/jcgs/essJCGSv2.tex:
	removed commentary and agreed with Rich on use of paragraphs, not
	subsub blah sections.  We just have to be careful with referencing.

	changed "aren't" to "are not".

	* doc/jcgs/essJCGSv2.tex:
	corrected history re: version 4 (David Smith responsible,
	fixes/extensions by Maechler/Rossini...).

	* doc/jcgs/essJCGSv2.tex:
	commented out 2002 since this is "history".  removed request re: prev
	generations.

	I would like to remove ESS Core names from the history as it pertains
	to ESS (i.e. early 1997 was when we renamed the project), but leave in
	external contributors at that point.  This is a style issue, and I'd
	like comments on it.  I've not done this yet, but will today unless
	people object.

	* doc/jcgs/essJCGSv2.tex:
	changed ESS-elsewhere to S-elsewhere (SAS interactive COULD be
	elsewhere, but only with a bit more hand-holding than S or R
	elsewhere).

2002-02-07  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: History Table; a few small changes.  Which platforms does ESS
	support Omegahat on?  The SAS batch comment applies to all 3; Omegahat also?
	Also, why do we have ESS-elsewhere in this table?  If we can't even agree
	on what it means; how's a reader supposed to know what it is?

2002-02-07  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/ess-demo.ps.bb, doc/jcgs/ess-demo.ps.gz, doc/jcgs/essJCGSv2.tex:
	process interaction figure

	* doc/jcgs/essJCGSv2.tex:
	I added content and reformatted the history table.
	please check.

	I still have questions about formatting the history table.  The
	previous table had initials for the early SAS-mode authors, but not
	for the early S-mode authors.  I removed all initials.  The full names
	are in the text.  Since the history is here, I see no need for an
	acknowledgments section.


	Why is Mac listed for 1999, but not 2001?

	many small changes.

	question: why did someone add \centering to the figures?
	I think it is redundant when the figures are forced to
	\textwidth.  Am I missing something?


	%%% Rich: section 3 has subsections, the other sections don't.
	%%% We could promote the section 2 paragraphs to subsections, and
	%%% the section 3 paragraphs to subsubsections.  My preference
	%%% is to leave them as they are as I think all the units that are
	%%% currently called paragraphs should have the same weight.
	%%% I changed the phrasing of the cross-reference below.

2002-02-07  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	small whitespace changes.

	* doc/jcgs/essJCGSv2.tex:
	small edit to transition.

	* doc/jcgs/essJCGSv2.tex:
	finished a crappy transistion paragraph at the end of the Emacs
	section.  Someone take a look and edit.

	* doc/jcgs/essJCGSv2.tex:
	Commented out "comments" on dired/shell-mode/redundancy.  Can we remove
	the section which now starts:

	%%% AJR: have you two settled this on dired/redundancy?

	* doc/jcgs/essJCGSv2.tex:
	moved ediff/version control back into 2 separate paragraphs.  I was an
	idiot to combine.

	* doc/jcgs/essJCGSv2.tex:
	ediff figure moved into ediff section.

	* doc/jcgs/essJCGSv2.tex:
	removed old figure, small whitespace edits.

	MORE IMPORTANTLY:  edited the paragraph on "Network Support", but I'm
	TRULY unhappy with it.  It isn't clear it's an improvement, just a
	side-step.

2002-02-06  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	minor mode paragraph cleaned.  Removed foreshadowing/duplicating
	ideas.

	* doc/jcgs/essJCGSv2.tex:
	working on modes paragraph.  Cleaned up first paragraph, but still
	need to re-insert ideas from the second commented out paragraph.

	* doc/jcgs/essJCGSv2.tex:
	cleaned up comments to make "pretty.".

	* doc/jcgs/essJCGSv2.tex:
	cleaned up and de-referenced "Buffers" paragraph.  Please note
	comments re: foreshadowing and "obvious".  I'm uncertain about these.

	* doc/jcgs/essJCGSv2.tex:
	edits up to keyboard/mouse input paragraph.

	* doc/jcgs/essJCGSv2.tex:
	sas-mode history mods, small.

	* doc/jcgs/essJCGSv2.tex:
	fixed history a bit.  Need a better way of presenting it.

	* doc/jcgs/essJCGSv2.tex:
	removed timeline figure as per Rich and added timeline table as per
	Rodney.

	* doc/jcgs/essJCGSv2.tex:
	cleaned up the introductory section.  I think the intro and abstract
	are "finished".  Please disagree soon-ish if at all.

	* doc/jcgs/essJCGSv2.tex:
	more abstract edits.

2002-02-06  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	merge my changes with Tony's

	Lots of little changes for smoothness.

	SAS mode is currently defined in 3.3.SAS but is implicitly used in the
	previous section {\SAS---Interactive in Emacs buffers.}
	I didn't fix this.

	Rodney, does sas-log-mode highlight warnings, lognotes, etc even when
	the syntax of the sas language is turned off?  I think it would be
	efficient.

	Tony, I can live with the present organization or the revised ones you
	proposed.

2002-02-06  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex: whitespace.

	* doc/jcgs/essJCGSv2.tex:
	small changes to editing extensions subsection.

	* doc/jcgs/essJCGSv2.tex: small changes.

	* doc/jcgs/essJCGSv2.tex:
	more editing on Major Modes.  I think it's coming along...

	* doc/jcgs/essJCGSv2.tex:
	hyperlink or hyper-link?

	* doc/jcgs/essJCGSv2.tex:
	I can't spell, and should always LaTeX prior to commiting
	(c/stextss/stexttt/)

	* doc/jcgs/essJCGSv2.tex:
	edits to Emacs extensions paragraph, end of "emacs" section.

	* doc/jcgs/essJCGSv2.tex:
	combined ediff and version control; they are "somewhat" similar and
	intertwined.

2002-02-05  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	small clean up.  no need for remapping to resemble other editors, or
	emacspeaks.

	* doc/jcgs/essJCGSv2.tex:
	moved Rich's example and Rodney/Rich's comments to "ESS extends
	Emacs".

	* doc/jcgs/essJCGSv2.tex:
	removed a AJR/RS commentary that was resolved.

	* doc/jcgs/essJCGSv2.tex: small changes.

	* doc/jcgs/essJCGSv2.tex:
	major modes: only one "type", since the other issues either fall into
	the current "what emacs can do to buffers" or to minor modes
	(tramp/vc/etc are technically minor modes, not major).

	* doc/jcgs/essJCGSv2.tex:
	version control and file tranfer (ala efs or ange-ftp or tramp) are
	minor modes!

	* doc/jcgs/essJCGSv2.tex:
	more mods.  I think I'm understanding Rodney's points.

	* doc/jcgs/essJCGSv2.tex:
	rewrote buffer paragraph.  I think it focuses on that aspect a bit
	better.  Comments if not, please.

	* doc/jcgs/essJCGSv2.tex:
	first Emacs paragraph mod'd.  I'd like to drop the commented out
	section, and will if no one screams.

	* doc/jcgs/essJCGSv2.tex:
	redid the introduction yet again.  I think it presents what we want to
	present, maybe?

	* doc/jcgs/essJCGSv2.tex:
	keymapping isn't really a good verb.  How about "binding to keys",
	or keybindings, or similar?  A keymap is a map that describes
	keybindings?

	(I'm confused about the right direction, and I'm trying to suss out a
	solution).

	* doc/jcgs/essJCGSv2.tex: whitespace.

	* doc/jcgs/essJCGSv2.tex:
	more abstract edits.

	* doc/jcgs/essJCGSv2.tex: abstract change:
	  "for a variety (stat packages) on most (computer systems)"?

2002-02-05  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: fixed keywords; didn't know about the title exclusion, sorry!
	added another comment to the enforcement debate; enjoy :o)

2002-02-05  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	respond to Rodney. typos.

2002-02-05  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper:  Many small
	word choice changes and a few comments added.  Although, the goal was a
	final version by Feb. 1, I do not believe that we are there yet.  The
	beginning, middle and end are not cohesively tied together.  And, I don't
	think the History section is what the reviewer's had in mind.

2002-02-04  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex: typos.

	I changed the timeline reference to assume eps.gz compressed format.
	please gzip it before posting it to cvs.

	* doc/jcgs/essJCGSv2.bib:
	added url to Chassel elisp reference

2002-02-04  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/timeline.eps, doc/jcgs/timeline.fig:
	graphical version of history

	* doc/jcgs/essJCGSv2.tex:
	Regarding selection of keywords: you CAN NOT use words in the title.
	Honest.  It's an indexing thing.  Should we put back "cross-platform"?

	* doc/jcgs/essJCGSv2.tex:
	moved Internet Resources to "appendix".

	* doc/jcgs/essJCGSv2.tex:
	changes up to "batch file processing".  Mostly tightening English,
	small rephrasing.  I'm commenting out old "comments" that don't appear
	to be relevant.  (but that's my personal opinion).

	* doc/jcgs/essJCGSv2.tex:
	more edits to ESS extends Emacs section.  This part really needs cleaning!
	(I'm still working on it).

	* doc/jcgs/essJCGSv2.tex:
	abstract, intro, and Emacs sections changed.  In the middle of the sect 3
	(ESS extends Emacs).

2002-02-01  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex: typos

	* doc/jcgs/essJCGSv2.tex:
	no more figure 3a and 3b. now it is the top and bottom panels.

2002-01-31  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	small silly additions, all commented out, for ease in producing PDF
	versions for resubmission.  More additions after seminar.

	* doc/jcgs/essJCGSv2.tex:
	graphics extensions.  Commented out.

	* doc/jcgs/ediff-sas.ps.bb, doc/jcgs/font-cor-s-bw.ps.bb, doc/jcgs/font-cor-s.ps.bb, doc/jcgs/font-incor-s-bw.ps.bb, doc/jcgs/font-incor-s.ps.bb, doc/jcgs/hilock-sas.ps.bb:
	PS Bounding Boxes, needed for compressed files

	* doc/jcgs/essJCGSv2.tex:
	changed back to using \includegraphics.  No more draft mode at this
	point.  I can put it back if you want.

	Timetable:  resubmit at the end of the day tommorow.  This may mean
	Monday, since I'll be taking a final look at end of the day pacific
	time (i.e. east coast will be midnight-ish :-).

2002-01-31  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essl-sas.el:
	ESS[SAS]:  mult-line comments of the /* */ variety are always
	fontified correctly because they are handled by grammar rather
	than regular expressions.  OTOH, * ; and %* ; comments have only
	worked in the past on single line comments.  This is particularly
	annoying in SAS-log-mode since a single-line comment will often
	be flowed and not fontified correctly.  There is no solution TIKO
	for the multiple line problem so I changed the regular expression
	to just fontify the first line which will at least allow you to
	recognize that a comment is beginning which is better than the
	way it was before.

	* lisp/essl-sas.el:
	ESS[SAS]: improved macro statements syntax highlighting, i.e.
	you have more freedom of placement than you do for SAS
	statements in general

2002-01-31  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	text now refers to color figures, no the previous
	black and white.

	* doc/jcgs/ediff-sas.ps.gz, doc/jcgs/font-cor-s-bw.ps.gz, doc/jcgs/font-cor-s.ps.gz, doc/jcgs/font-incor-s-bw.ps.gz, doc/jcgs/font-incor-s.ps.gz, doc/jcgs/hilock-sas.ps.gz:
	postscript figures skipped in previous commit

	* doc/jcgs/essJCGSv2.tex:
	Graphics are now in postscript.
	They look bad on my screen but print ok.
	keep them in the .ps.gz format to keep size under
	control.  ghostview can read the compressed format.

	\ifdraft\emptyfig\else\psfig\fi

2002-01-31  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper:  a few minor changes; removed last RAD reference;
	updated outline

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper:  Intro; the software development angle was hanging in the
	first 2 sentences w/o a tie-in to the rest of the paragraph.  So
	I deleted them and re-structured the rest of the paragraph as follows:

	Most statistical research activities, particularly data analysis and
	communication, involves some form of computer use.
	This puts the computer and its user interface
	in the central role of facilitating statistical tasks.
	This paper introduces Emacs Speaks Statistics (ESS)
	\citep{ESS}, a software package designed to provide a
	multi-platform, multi-package intelligent environment for statistical analysis.

	How's that?

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper:  made some wording changes to the abstract; but, 1st paragraph
	of Intro doesn't flow; software development is now just a thrown-away thought
	that is only involved in the first 2 sentences; let's just start with an
	enhanced 3rd sentence and go on from there

2002-01-31  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	I am now ready to send the paper back to the journal.

	I wrote the SAS Batch sections.

	I rearranged (and split) the interactive {S, \Splus, and R} and {\Splus
	for Windows} sections.

	I removed almost all references to RAD.

	I rewrote the abstract, the first paragraph of the introduction,
	and the last paragraph of Extensions

	I renamed the {Discussion} to {Extensions}

	I moved additional documentation from {Extensions} to {ESS Resources on the
	Internet}

	I deleted the subsection name {ESS Facilitates Common Tasks}
	and let its paragraphs join those of the {Features and Capabilities}

	other small changes

2002-01-30  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS Paper:  committed new title

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper:  minor changes; Macintosh to Mac OS;
	added a comment to the R Mac discussion; turned off comments

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper:  my 'final' changes; when are the comments going to be removed so I can print a clean version for my colleagues to proof?

2002-01-28  Martin Maechler  <maechler@stat.math.ethz.ch>

	* lisp/ess-help.el: doc string

	* lisp/ess-utils.el: comment

	* doc/newfeat.texi, lisp/ChangeLog, lisp/essddr.el:
	C-c C-f (finally!)

2002-01-24  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essl-bug.el:
	ESS[BUGS]: working, but no elsewhere yet

2002-01-23  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essl-bug.el:
	ESS[BUGS]: let's schedule elsewhere for the next release

	* lisp/essa-sas.el:
	ESS[SAS]: should be good to go for the next release; will test tomorrow

	* lisp/essa-sas.el:
	ESS[SAS]: a uniform interface for batch elsewhere may be a bit too ambitious at this time

	* lisp/essa-sas.el:
	ESS[SAS]: a few adjustments

	* lisp/essa-sas.el, lisp/ess-batch.el, lisp/essl-bug.el:
	ESS-elsewhere: moving towards a common codebase for batch ESS-elsewhere

2002-01-21  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essdsp6w.el:
	change *ddeclient ESS* to '(ddeESS [S+6])'

	* lisp/essd-sp4.el:
	1. change strings from *ddeclient ESS* to '(ddeESS [S+4])'

	2. There is a weird error in this version that I don't understand.
	The environment variable PATH gets the value of MANPATH.
	I cannot figure out why.  It is MANPATH for me on two machines so far,
	I don't know if that is related to my personal list of environment
	variables or something else.  The fix I installed here works
	on my machine, I hope it works on others.  I did attempt a generalization,
	but that didn't work for me.

	* lisp/ess-site.el: change default to
	(fset 'S 'S+6)
	etc.

	* lisp/ess-inf.el:
	remove commented out .in.ESS.
	This was replaced with options()$STERM yesterday.

	* doc/jcgs/essJCGSv2.tex:
	smooth section Interactive Processing/S

2002-01-20  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: minor changes in wording to SAS batch section; note you can't say must because SAS/Connect allows you to specify SAS datasets on remote computers, but it is clumsy to set up and maintain; ESS-elsewhere is much cleaner

2002-01-20  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	1. what is going on?  I write
	   \newcommand*{\regstrd}{$^{\mbox{\scriptsize\textregistered}}$}
	someone else changes it to
	   \newcommand*{\regstrd}{$^{\mbox{\scriptsize{\textregistered}}}$}

	Since \scriptsize is a declaration, not a function, what is the
	intent of the extra braces?  TeX sees the keyword \textregistered
	as a single token, it does not see it as a string of characters.


	2. I wrote Interactive Processing/S by taking a few paragraphs from
	the previous version in doc/techrep/ess.tex and editing them.


	3. I wrote a new S Batch section.


	4. I think of the unnumbered section {ESS Resources on the Internet}
	as structurally similar to the References, so I put it after the
	Discussion.


	5. I reduced the explicit mention of the term "ESS-elsewhere".
	After our discussion last week I realized that transparency to the user
	is much more important for this paper than the technical detail.

	* doc/ess.info, doc/ess.info-2, doc/ess.info-3:
	matches ess.texi from a few minutes ago.

	* doc/dsc2001-rmh/dsc-rmh.dvi:
	server had scrambled version.  this one is correct.

	* doc/ess.info-1, doc/ess.texi, doc/inst_tar.texi, doc/newfeat.texi, lisp/ess-site.el:
	1. In ess-site.el section 2.1 I made two changes.
	For the	item a I want an opinion.

	a. I changed the default in this section from S-Plus 4,5,3
	   to S-Plus 6 for all three of those operating systems?
	   Is there still a need to distinguish linux from other unixen?

	b. I added (fset 'Sqpe 'Sqpe+6) for Windows


	2. I edited inst_tar.texi to match.


	3. While in inst_tar.texi I added to the SAS discussion and
	   fixed up the installation section to xref the Unix and MS sections
	   to each other.


	4. The current ess.texi and ess.info-2 have only the
	   unix information. I deleted the whole installation section
	   from ess.texi and replaced it with @include inst_cvs.texi


	5. Tony, please fix up inst_cvs.texi once the anonymous cvs server in
	   washington is working.


	6. Rodney, please put Macintosh instructions into inst_cvs.texi.


	7. I promised Terry Therneau that I would comment on indentation and
	   fancy comments in the *info*.  I did so in ess.texi.  While there I
	   added Rodney to the author list.


	8.  I added the STERM discussion to ess.texi.


	9.  I started to add the pager and editor discussion to ess.texi
	    and realized that I can't until the "@node Edit buffer" section is
	    completely rewritten.  I may do this, but not tonight.

	    This entire section describes the behavior pattern that we do not
	    encourage.  It describes the "S objects are real" philosophy deprecated
	    in the README.S file.

	    The revision can leave that in, but must have a section based on
	    the "Source code is real" philosophy.

	* lisp/ess-cust.el, lisp/essd-els.el, lisp/essd-r.el, lisp/essd-s3.el, lisp/essd-s4.el, lisp/essd-sp3.el, lisp/essd-sp4.el, lisp/essd-sp5.el, lisp/essd-sp6.el, lisp/essdsp6w.el:
	I installed options("STERM") in the rest of the S language essd*.el files.
	I documented it in ess.texi and in newfeat.texi.
	STERM has the value "iESS" for all except S+4 and S+6 for Windows.
	In those two situations it has value "ddeESS".  Suggestions for non-ESS
	values are in the ess.texi.


	I also installed options("editor") and options("pager").
	Default definitions are in ess-cust.el
	           Windows      Unix           Macintosh
	R-pager    nil          nil            nil
	R-editor   gnuclient    emacsclient    nil
	S-pager    gnuclientw   emacsclient    nil
	S-editor   gnuclient    emacsclient    nil
	When the ESS value is nil, then nothing gets sent to the S language process.


	ess-cust   defcustomed all new variables
	essd-r     revised from last week
	           a. R-editor and R-pager
	           b. defun R-transcript and fset r-transcript
	           c. moved R-mode to follow R
	essd-s3    a. I changed two
	                 (setq-default ess-customize-alist S3-customize-alist)
	              to use setq.
	           b. moved S3-mode to follow S3
	essd-s4
	essd-sp3
	essd-sp5
	essd-sp6
	essd-sp4
	essdsp6w
	essd-els  I made it match, but it needs rethinking.
	          The right plan is something along the lines of
	          a. telnet to the remote,
	          b. start remote ess process,
	          c. `ess-add-ess-process'

2002-01-18  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]: automated ess-sas-suffix-regexp and commented out ess-sas-smart-backtab

2002-01-17  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/tmpfile:
	I got a newer version of cygwin.
	Now PCL-CVS works from the office.  I will check from
	home later.

	* lisp/tmpfile: test commit with PCL-CVS

2002-01-17  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: polished outline

2002-01-16  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el: PCL-CVS release v2_9_9

	Repository       : software.biostat.washington.edu:/home/ess/repository
	Working directory: /export/home/rsparapa/ess/



	In directory .:
	Message: cvs server: New directory `add-ons' -- ignored
	In directory doc:
	In directory doc/jcgs:
	              Unknown                 doc/jcgs/essJCGSv2.aux
	              Unknown                 doc/jcgs/essJCGSv2.bbl
	              Unknown                 doc/jcgs/essJCGSv2.blg
	              Unknown                 doc/jcgs/essJCGSv2.dvi
	              Unknown                 doc/jcgs/essJCGSv2.log
	              Unknown                 doc/jcgs/essJCGSv2.tex.flc
	              Unknown                 doc/jcgs/essJCGSv2.toc
	              Unknown                 doc/jcgs/jsm2002.aux
	              Unknown                 doc/jcgs/jsm2002.dvi
	              Unknown                 doc/jcgs/jsm2002.log
	In directory lisp:
	              Unknown                 lisp/ess-site.el.flc
	              Modified                lisp/essa-sas.el
	              Unknown                 lisp/essa-sas.el.flc
	Message: cvs server: New directory `lisp/19.29' -- ignored
	Message: cvs server: New directory `lit-data-examples' -- ignored

	--------------------- End ---------------------
	-- last cmd: cvs -f -n update -d -P --

2002-01-16  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el, lisp/ess-mous.el:
	Tony, what is
	  `ordinary-insertion-filter' in `essl-sta.el'.
	doing in the middle of `ess-command' in ess-inf.el?

	Rodney, please look at the
	    cvs log ess-mous.el
	There are several questions and comments about ess-processes
	in the Jan 14 log that overlap what you are doing in essa-sas.el


	essa-sas.el:

	I finally understand why we have been having trouble communicating
	about S+elsewhere.  `ess-add-ess-process' is a much simpler functional
	equivalent to the kludge in `S+elsewhere' and `ESS-elsewhere'.

	I revised the doc-string to make it more accurate and also simplified
	the function while I was there.


	ess-mous.el:
	I got rid of the end-of-line-problem I was having.

2002-01-16  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essl-sas.el:
	ESS[SAS]: fixed bug in PROC syntax highlighting; updated doc-string for sas-program

2002-01-16  Martin Maechler  <maechler@stat.math.ethz.ch>

	* lisp/ChangeLog, lisp/ess-menu.el:
	improved imenu-expression from Stephen E

2002-01-16  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: in a fit of envy, I added my center to my author information

2002-01-16  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex, doc/jcgs/font-cor-s.jpg, doc/jcgs/font-incor-s.jpg:
	color jpg picture, small text changes

2002-01-16  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essl-bug.el:
	ess-revert definition removed, call to ess-revert replaced by ess-revert-wisely

	* lisp/essa-sas.el:
	SAS on Mac now accepts ess-sas-submit-command-options like the others

	* lisp/essl-sas.el:
	sas-program defaults to sas except on Mac where it is the AppleScript equivalent

	* lisp/ess-utils.el:
	added ess-revert-wisely

2002-01-15  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	moved "list of other documentation" to discussion, so that we don't
	steal our own thunder.

	edited the abstract, more smoothing.

	edited intro paragraph.

2002-01-15  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]: tweak to local variable recognition in ess-sas-submit

2002-01-15  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	removed comment re: underlining.

2002-01-15  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.bib, doc/jcgs/essJCGSv2.tex:
	JCGS paper:  correct capilalization in bib and moved TOC to beginning

2002-01-15  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.bib:
	added Stata 7 citation.  We might want to replace v6.0 with this BUT
	there are side issues (i.e. more difficult with 7.0 to use ESS than
	with 6.0).

2002-01-15  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essl-sas.el: force SAS-listing-mode

	* lisp/essl-sas.el: force minor-mode

	* lisp/essa-sas.el, lisp/essl-sas.el:
	The ess-sas-toggle-log-sas-mode I posted yesterday didn't quite work.
	It go hung because the log and LOG options stepped on each other's
	toes.  So I put it all into a single if statement, renamed it to
	ess-sas-toggle-sas-log-mode, made it refer to SAS-log-mode, and
	redefined SAS-log-mode to agree with current usage.

2002-01-15  Martin Maechler  <maechler@stat.math.ethz.ch>

	* lisp/ChangeLog, lisp/essl-s.el:
	add-log (Changelog)

2002-01-15  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	I finally read the latest essa-sas.el

	1. I found ess-sas-toggle-sas-mode several months ago and started to use it.
	I like it.  Now that I have read it closely I revised it and renamed it.
	;;; this version of ess-sas-toggle-log-sas-mode
	;;; 1. can be included in .emacs as
	;;;           (ess-sas-toggle-log-sas-mode t)
	;;;    because it doesn't need to find a .log file.
	;;; 2. works if there is already an association for .log files.
	;;; 3. restores the old association when SAS-mode is deleted.
	;;; 4. works with the file it has, doesn't kill it and get a fresh copy.
	;;;    This matters for large log files and slow telephone connections.
	;;; 5. I changed its name to be more descriptive.


	2. How is kermit used by ESS?

	I see definititions for ess-kermit-command ess-kermit-get ess-kermit-send,
	but do not see any places they are used.

	I think these three items should be separated into a new ess-kermit.el
	rather than buried in essa-sas.el.  Are they restricted to ess in any way?
	Might they be better as a new kermit.el?


	3. You hardwired the `txt' extension into ess-sas-file-path.  That should
	be sensitive to the value of ess-sas-suffix-1 and ess-sas-suffix-2.


	4. ess-sas-submit-mac is the only ess-sas-submit* that does not have
	ess-sas-submit-command-options.  I don't understand
	ess-sas-submit-command-options.  Why is it buffer-local?  I think it
	should depend on the host and the version of sas, not on the
	myfile.sas command file.  Am I misunderstanding what is going on?


	5. ess-revert-wisely in essa-sas.el and ess-revert in essl-bug.el are identical.
	This suggests that the ess-revert name should be used and moved to ess-utils.el

	* lisp/ChangeLog, lisp/ess-inf.el, lisp/ess-mode.el, lisp/ess-mous.el, lisp/ess-trns.el:
	ess-mous is ready for testing.

	ess-mous.el: put ess-mous on submenu of C-mouse-3 for
	             ess-transript-mode, inferior-ess-mode, ess-mode
	             This feature is still beta.

	ess-inf.el:
	  ess-ddeclient-p. now depends on ess-local-process-name
	  get-ess-process. I changed error message to say buffer is not
	                   associated with an ESS process (instead of
	                   saying that no ESS process is running)
	  inferior-ess-mode-menu.  Added "What is this? (beta)"

	ess-trns.el:
	  ess-transcript-mode-menu.  Added "What is this? (beta)"

	ess-mode.el:
	  ess-mode-menu.  Added "What is this? (beta)"

	ChangeLog: ess-mous changes.

	I tested it on windows for R, S+4, and Sqpe+4.
	I am having line-ending problems with Sqpe+4 but otherwise it looks ok.
	Please look at it.


	I found a problem which I am unsure how to solve.  The variable
	`ess-current-process-name' in the `*R*' buffer can have the value
	"S+4".  All I have to do is open an S+4 process and an R process, then
	C-c C-s the file.s buffer to S+4 and then switch to the R process.

	I think, but am willing to hear arguments against it, that anytime an
	inferior-ess-mode buffer is made current, then it should automatically
	reset `ess-current-process-name' to refer to itself.  I'm not sure how
	to do that.  This is explicitly not a buffer-local variable.  Is there
	a hook that gets called when we change into a buffer, either by C-x b
	or by clicking?

2002-01-14  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]: if Local Variables are defined, a revert is necessary to update them if changed; anybody know a better way?

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: comments on comments

2002-01-14  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	added one more sentence to editing extensions; we might remove it
	(emacspeaks).

	stab at cleaning first paragraph of "ESS extends Emacs".  Cleaner, but "worse" in a way.

	* doc/jcgs/essJCGSv2.tex:
	cleaned up "editing extensions" section.  Added a comment regarding
	other features to describe, if others feel that they are reasonable.

	* doc/jcgs/essJCGSv2.tex:
	white space removal.

	* doc/jcgs/essJCGSv2.tex:
	clean up of "editing extensions" paragraph.  Removed the "modes which"
	subsentence, because it was too technical, and left what will do the
	enhancement.  Should we change it back?

	* doc/jcgs/essJCGSv2.tex: added comma.

	* doc/jcgs/essJCGSv2.tex:
	smoothed keyboard/mouse interactions paragraph

	* doc/jcgs/essJCGSv2.tex:
	2 small spelling errors fixed.

2002-01-14  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essl-sas.el:
	ESS[SAS]: some minor changes/corrections to customize variables

	* lisp/essa-sas.el:
	ESS[SAS]: ess-sas-submit-command and ess-sas-submit-command-options are buffer-local with appropriate adjustments in the ess-sas-submit- methods

2002-01-14  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	modified last paragraph of the intro.  I think it's slightly better,
	but it is still bad.

	* doc/jcgs/essJCGSv2.tex:
	commented out Rich's query re: underlining.  I'm not seeing it, it
	looks like a generation problem, but it's an output issue when we need
	to focus on content; i.e. someone else can generate the right output.

	* doc/jcgs/essJCGSv2.tex:
	cleaned up the first paragraph of the introduction.  Please take a
	look at the current phrasing, and change if desired (esp the last 2
	sentences, which used to be 3)

	* doc/jcgs/essJCGSv2.tex:
	abstract tweaked.

	* doc/jcgs/essJCGSv2.tex:
	whoops, I shouldn't have "times" set up by default!

	* doc/jcgs/essJCGSv2.tex:
	Anon CVS stuff was completely wrong and bogus.  Small example of what
	it will be, but it won't be ready until Friday.

2002-01-14  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: more comments on the ESS-elsewhere-yes-it-is-no-it-isn't-debate

2002-01-14  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/test: end of test.  the file is
	now removed from the
	directory.

	* doc/jcgs/test:
	this is a revised test

	* doc/jcgs/test: this is a test

	* doc/jcgs/ess-compute-sas.el, doc/jcgs/sas-on-compute25:
	It looks like we are working with very different historical perspectives.

	I just posted a copy of my class handouts from November 2000 into the
	jcgs directory.  These are not for the paper.  If I follow you
	correctly, the instructions in sas-on-compute25 in the section"BETTER
	INSTRUCTIONS" would not have worked for you 14 months ago.
	  3076 Nov 20  2000 sas-on-compute25
	   220 Nov 20  2000 ess-compute-sas.el

2002-01-14  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: a comment

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: a few minor changes

2002-01-14  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	table of contents, ES-elsewhere, smoothing

2002-01-13  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	transcripts acces typos question, see email

	* lisp/ess-inf.el:
	intercept page() in inferior-R

2002-01-12  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.bib:
	JCGS paper: software @Book citations need a publisher; now fixed

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: more edits to batch, history and discussion

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: 1st draft of Batch File Processing sub-section

2002-01-11  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: internet discussion

	* lisp/essa-sas.el:
	ESS-elsewhere:  ess-kermit-send works and it is no longer ESS[SAS] specific other than the location of the defun

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: fixed comment; make sure you escape dollar signes otherwise tex thinks you want to go into math

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: updated outline and made some changes to file transfers.

2002-01-11  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essd-r.el:
	STERM only. Keep S-pager S-editor variables, but initialized to nil

2002-01-11  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ess-revert-wisely: vc-revert-buffer acting strangely in Emacs 21.1; commented out until workaround is found

	* lisp/essa-sas.el:
	ESS-elsewhere:  ess-kermit-get works and it is no longer ESS[SAS] specific other than the location of the defun

2002-01-11  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/ChangeLog, lisp/essd-r.el, lisp/ess-inf.el:
	STERM pager editor

	* doc/jcgs/essJCGSv2.bib, doc/jcgs/essJCGSv2.tex:
	RMHHS:2001, trademarks, smoothing

2002-01-10  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/newfeat.texi: add mouse-me

2002-01-10  rossini  <rossini@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	cleanup and tightening of "transcripts" paragraph.

	* doc/jcgs/essJCGSv2.tex:
	small changes.  I've removed some of the comments which seem to have
	been resolved (transcript-mode).  Put'em back in if not.

	* doc/jcgs/essJCGSv2.bib:
	edits to ESS (URL changed).

2002-01-10  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS-elsewhere: ess-sas-submit really, really works now with ess-kermit-send

2002-01-10  Martin Maechler  <maechler@stat.math.ethz.ch>

	* lisp/ChangeLog, lisp/ess-help.el:
	ess-help-bogous-..buffer  fix

2002-01-10  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS-elsewhere: kermit transfer really works with ssh, but not telnet; YMMV

2002-01-10  rmh  <rmh@lynne.stat.math.ethz.ch>

	* doc/jcgs/ediff-sas.gif, doc/jcgs/font-cor-s.gif, doc/jcgs/font-incor-s.gif, doc/jcgs/hilock.sas, doc/jcgs/hilock-sas.gif, doc/jcgs/essJCGSv2.tex:
	expansion, smoothin, figures -- see email

2002-01-10  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS-elsewhere: ok, nearly working; more debugging of ess-kermit-get and ess-kermit-send

	* lisp/essa-sas.el:
	ESS-elsewhere: first working version that uses kermit as the transfer protocol

2002-01-09  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: more comments on remote file access

2002-01-09  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/essdsp6w.el:
	changed a stray sp4 to sp6

2002-01-09  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS-elsewhere: debugging kermit method

	* lisp/essa-sas.el:
	ESS-elsewhere:  re-defined ess-sas-submit-method to make it more useful; also re-defuned ess-sas-data-view

	* lisp/essa-sas.el:
	ESS-elsewhere:  first attempt to get it to work with kermit when tramp is unavailable

	* lisp/essa-sas.el:
	ESS[SAS]: removed some debugging

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: more comments

2002-01-09  rmh  <rmh@lynne.stat.math.ethz.ch>

	* lisp/ess-mous.el: ess-mous keys

	* lisp/ess-cust.el, lisp/essd-sp4.el, lisp/essdsp6w.el, lisp/ess-site.el:
	splus6 for windows bug and embedded blanks in splus[46]

	* doc/jcgs/essJCGSv2.bib, doc/jcgs/essJCGSv2.tex:
	smooth sections 1 and 2 and bibliography

2002-01-08  rsparapa  <rsparapa@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS[SAS]:  put (save-match-data) around searches in ess-sas-goto and ess-sas-data-view

	* lisp/essa-sas.el:
	ESS-elsewhere: tweaked dependencies of

	* lisp/essa-sas.el:
	ESS-elsewhere: changed dependencies from w32-dos-shell-semantics to ess-sas-submit-method; a convenient way to set ess-sas-submit-pre-command and ess-sas-submit-post-command; now using ess-microsoft-p rather than system-type as well

2002-01-08  rossini  <rossini@lynne.stat.math.ethz.ch>

	* ChangeLog:
	moved repository, checking CVS commit stuff.

2002-01-08  ess  <ess@lynne.stat.math.ethz.ch>

	* lisp/essa-sas.el:
	ESS-elsewhere: adjusted ess-sas-submit-method, ess-sas-data-view-options, ess-sas-submit-post-command, ess-sas-submit-pre-command

	* lisp/essl-sas.el:
	ESS[SAS]: changed doc-string of sas-pre-run-hook

	* lisp/essl-sas.el:
	ESS[SAS]: changed doc-string of sas-program

	* lisp/essl-sas.el:
	ESS[SAS]: reverted default of sas-program to sas

	* lisp/essa-sas.el:
	ESS[SAS]: changed doc-string for ess-sas-tab-stop-alist

	* lisp/essa-sas.el:
	ESS[SAS]: changed doc-strings for ess-sas-goto and ess-sas-file

	* lisp/essa-sas.el:
	ESS[SAS]: 1 fix to ess-sas-file-goto; ESS-elsewhere for SAS batch is fully functional!; at least for me; YMMV

	* lisp/essa-sas.el:
	ESS[SAS]: 1 fix to ess-sas-file-path

2002-01-07  ess  <ess@lynne.stat.math.ethz.ch>

	* doc/jcgs/essJCGSv2.tex:
	JCGS paper: response to Martin's comments

2002-01-08  A.J. Rossini <rossini@u.washington.edu>

	* moved repository to U Washington.

2001-08-10  ESS Maintainers <ess@franz.stat.wisc.edu>

  * Version 5.1.19 released.

2000-10-17  ESS Maintainers <ess@franz.stat.wisc.edu>

  * Version 5.1.18 released.

2000-10-17  A.J. Rossini  <rossini@biostat.washington.edu>

	* doc/ess.info, doc/ess.info-1, doc/ess.info-2, doc/ess.info-3:
	upgrade to 5.1.18 and rebuild doc

	* doc/readme.texi, doc/announc.texi:
	upgrade to 5.1.18

	* doc/README.SPLUS4WIN, lisp/ess-cust.el:
	upgraded to 5.1.18

2000-10-11  maechler  <maechler@rossini.YP.biostat>

	* lisp/ChangeLog, lisp/essl-s.el, doc/newfeat.texi:
	ess-smart-underscore

2000-10-10  A.J. Rossini  <rossini@biostat.washington.edu>

	* doc/inst_tar.texi:
	fixed documentation for XLispStat under windows.

	* doc/authors.texi:
	fixed Rodney's homepage pointer.

	* VERSION: upgrade version to 5.1.18

	* doc/ess.info-1:
	Updating docs for new version [make dist]

	* ANNOUNCE, README:
	Updating README, ANNOUNCE for new version [make dist]

	* lisp/ChangeLog:
	small changes.  This log is incomplete.

	* ChangeLog: updated change log.

	* doc/README.SPLUS4WIN, doc/ess.info, doc/ess.info-1:
	Misc changes

	* doc/inst_tar.texi:
	@enumerate can't have a @bullet.

	* doc/newfeat.texi:
	added 5.1.17 new features

	* doc/announc.texi: update for 5.1.17

	* doc/README.SAS:
	Merged Rich's comments/changes.

	* doc/inst_tar.texi:
	added Rich H's README changes.

	* doc/mailing.texi:
	itemize the "flat text list".

	* doc/readme.texi: Small changes.

	* doc/authors.texi:
	added Rodney to authors list.

	* doc/stabilty.texi:
	comment re: some versions better than others.

2000-10-10  ESS Maintainers <ess@franz.stat.wisc.edu>

  * Version 5.1.17 released.

2000-10-10  ESS Maintainers <ess@franz.stat.wisc.edu>

  * Version 5.1.17 released.

2000-10-10  ESS Maintainers <ess@franz.stat.wisc.edu>

  * Version 5.1.17 released.

2000-10-10  ESS Maintainers <ess@franz.stat.wisc.edu>

  * Version 5.1.17 released.

2000-10-10  A.J. Rossini  <rossini@biostat.washington.edu>

	* doc/README.SPLUS4WIN, doc/ess.info, doc/ess.info-1:
	Misc changes

	* doc/inst_tar.texi:
	@enumerate can't have a @bullet.

	* doc/newfeat.texi:
	added 5.1.17 new features

	* doc/announc.texi: update for 5.1.17

	* doc/README.SAS:
	Merged Rich's comments/changes.

	* doc/inst_tar.texi:
	added Rich H's README changes.

	* doc/mailing.texi:
	itemize the "flat text list".

	* doc/readme.texi: Small changes.

	* doc/authors.texi:
	added Rodney to authors list.

	* doc/stabilty.texi:
	comment re: some versions better than others.

2000-10-09  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ess-vars.el:
	Merged with changes in another location.

2000-10-09  maechler  <maechler@rossini.YP.biostat>

	* lisp/ChangeLog, lisp/essl-s.el:
	new (ess-fix-miscellaneous) & (ess-toggle-underscore)

2000-10-08  A.J. Rossini  <rossini@biostat.washington.edu>

	* Makefile.in:
	autoconf precursor to Makefile

2000-10-07  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ess-vars.el:
	ess-vars is obsoleted.

2000-10-06  maechler  <maechler@rossini.YP.biostat>

	* lisp/essl-s.el: 2 comments

2000-10-04  maechler  <maechler@rossini.YP.biostat>

	* lisp/ChangeLog, lisp/ess-cust.el, lisp/ess-inf.el, lisp/ess-mode.el, lisp/ess-vars.el, lisp/essl-s.el:
	ess-S-assign and redefine "_" in ..MM-keys

2000-09-14  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ess-inf.el:
	ess-proc-name:  need to ensure ALL concat args are strings (or at
	least, are not numbers).  Thanks to WDMcCoy for reporting this.

2000-09-10  A.J. Rossini  <rossini@biostat.washington.edu>

	* DEBIAN/control, DEBIAN/md5sums, DEBIAN/postinst, DEBIAN/prerm:
	Copied from ESS 5.1.13 debian package

	* LDA/ex1.nw: Newer example

	* LDA/README: Initial Documentation

2000-09-05  ess  <ess@rossini.YP.biostat>

	* lisp/essa-sas.el:
	A few enhancements (ess-sleep-for/re-defining ess-sas-submit-command:  see
	documentation) and bug-fixes for Win 95/NT.

2000-09-05  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ess-site.el:
	rearranged for coherency.

	* lisp/ess-menu.el: added C example.

	* lisp/ess-menu.el:
	1st pass at S and XLS menus.  Not integrated yet

2000-09-04  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ess-inf.el, lisp/essd-r.el, lisp/essd-sp3.el:
	Changes suggested by Ed Kademan

	* lisp/ess-inf.el:
	cleaning up docs and reunderstanding inferior-ess/ess-multi

	* lisp/ess-inf.el:
	comment on R handling for exit.

2000-09-03  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ess-inf.el:
	cleaning and correcting comments.  Some ancient comments removed.

	* lisp/ess-comp.el:
	removed extraneous comments

	* lisp/ess-comp.el:
	now, the byte-compile fun is really removed.
	ess-message now has doc-string in "right" place.

	* lisp/ess-comp.el:
	cleaned up code.  Removed extraneous comments, and the byte-compiler
	fun.

	* lisp/Makefile, lisp/ess-comp.el, lisp/ess-cust.el, lisp/ess-dump.el, lisp/ess-font-lock.el, lisp/ess-inf.el, lisp/ess-site.el, lisp/ess-vars.el, lisp/ess.el:
	refactoring code for cleaning, in process of debugging

	* lisp/19.29/README:
	backwards compatibility.

	* configure.in:
	merged with W3, added languages.  Need to set languages.

	* aclocal.m4: new version from 4.0pre.46

	* configure.in:
	somewhat complete.  Needs redundant work later.

	* configure.in:
	Starting to do autoconf.  Looking at W3 and R for examples.

2000-08-27  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ess-site.el:
	Documentation and cleaning.

2000-08-17  maechler  <maechler@rossini.YP.biostat>

	* lisp/ChangeLog, lisp/essd-r.el:
	no spurious windows warning anymore

2000-08-09  maechler  <maechler@rossini.YP.biostat>

	* lisp/ChangeLog, lisp/ess-help.el:
	help: inherit syntax-table ==> "h" in help : "default prompt"!

2000-07-13  A.J. Rossini  <rossini@biostat.washington.edu>

	* doc/newfeat.texi: set up for 5.1.15--17

	* VERSION: upgraded version.

	* README:
	Updating README, ANNOUNCE for new version [make dist]

	* doc/ess.info-1: slightly new doc

	* lisp/ess-comp.el, lisp/ess-site.el:
	documentation and code cleanup

	* lisp/19.29/README: backwards compat doc

2000-07-13  ESS Maintainers <ess@franz.stat.wisc.edu>

  * Version 5.1.16 released.

2000-06-30  ESS Maintainers <ess@franz.stat.wisc.edu>

  * Version 5.1.14 released.

2000-06-30  A.J. Rossini  <rossini@biostat.washington.edu>

	* ChangeLog, VERSION, lisp/ess-inf.el, lisp/essd-arc.el, lisp/essd-vst.el:
	XLS fixes not quite right.  No startfile if non existant

	* doc/ess.info-1:
	Updating docs for new version [make dist]

	* Makefile: wrong doc/docs.

	* Makefile: doc or docs?

	* ANNOUNCE, README:
	Updating README, ANNOUNCE for new version [make dist]

	* lisp/essa-sas.el, lisp/essd-els.el, lisp/essl-sas.el, lisp/essnt204.el:
	RMH/RS changes for SAS, ESS-elsewhere, NT Emacs 20.4

	* lisp/ess-site.el:
	merged RMH/RS's changes for SAS.

	* VERSION: upgrade version

	* doc/README.Microsoft:
	not ready to generate this on the fly, yet.

	* doc/README.SPLUS4WIN, doc/announc.texi, doc/ess.info, doc/ess.info-1, doc/inst_tar.texi, doc/newfeat.texi, doc/readme.texi:
	docs updated to 5.1.14, cleaned up.

	* doc/newfeat.texi: added 5.1.14 stuff.

	* lisp/ess-cust.el:
	added ViSta/ARC support

	* lisp/ess-inf.el:
	added flags/checks for XLS systems.  Might help for others

	* lisp/essd-arc.el:
	first version of ARC mode

	* lisp/Makefile:
	added essd-arc.el to targets.

	* lisp/ess-site.el: documentation.
	ViSta and ARC added.

	* lisp/essd-vst.el:
	now it actually might work.

	* lisp/ess-vars.el: added Arc, Vista.
	cleaned up code.
	a bit of documentation.

2000-06-30  maechler  <maechler@alpha>

	* etc/ess-s4.S, etc/ess-sp3.S:
	comments


1999-11-22  ess  <ess@aleph.YP.biostat>

	* VERSION, lisp/ess-vars.el: Updated to 5.1.11

1999-11-17  ess  <ess@aleph.YP.biostat>

	* lisp/essddr.el:
	'bold isn't defined in XEmacs.  Using reference-face instead of Rd-bold-face.

1999-11-16  ess  <ess@aleph.YP.biostat>

	* Makefile, etc/replace-version-numbers, lisp/ess-vars.el:
	Fixed small version update errors

	* ANNOUNCE, Makefile, README, doc/README.SPLUS4WIN, doc/announc.texi, doc/inst_tar.texi, doc/readme.texi, lisp/Makefile, lisp/ess-help.el, lisp/ess-site.el, lisp/essd-els.el, lisp/make-regexp.el, lisp/noweb-mode.el:
	updated version numbers

	* doc/newfeat.texi: cleaned up NTEmacs requirements.

	* lisp/essl-sta.el: added local variables for editing and indexing.

	* lisp/essl-sta.el: added Brendan's suggested function.

	* doc/inst_tar.texi:
	added change to doc, that "make" is done by "make install"

	* doc/ESS_intro.tex: Martin suggested a small fix.

	* doc/ESS_intro.tex: Another bit of documentation

	* doc/announc.texi: shortened header -- this is for announc, after all!

	* doc/announc.texi:
	moved license to the end, New Features to the beginning.

	* doc/newfeat.texi: added new features for 5.1.11.

	* doc/README.SPLUS4WIN:
	comment at the beginning about new reading material.

	* doc/README.SPLUS4WIN:
	added David Brahm's HELP INSTRUCTIONS for the license manager.

	* lisp/essl-sta.el:
	added make-regexp to ESS, and finished integrating Brendan's code.
	Need to test it now!

	* lisp/make-regexp.el: needed for Stata-mode extensions

	* lisp/essl-sta.el: added Brendan Halpin's corrections.

	* lisp/ess-inf.el: concat needs number-to-string conversion.

	* lisp/essd-omg.el: Omegahat fixes (for commandline flags)

1999-11-11  ess  <ess@aleph.YP.biostat>

	* lisp/noweb-mode.el:
	C-c C-n shouldn't be TeX-normalmode, since it is too close to
	submit-line with ESS!  (overwrite).

	* lisp/essd-omg.el: Use prefix for setting Omegahat arguments.

1999-11-10  ess  <ess@aleph.YP.biostat>

	* lisp/ChangeLog: fixed up to now.

	* lisp/essl-omg.el: S- becomes OMG-
	Comments redone (to use //, ///, and //// for levels of indentation)
	OMG-syntax started, variable defined, needs to be fixed.

	* lisp/essd-omg.el:
	further Omegahat dialect changes (use OMG syntax, which needs fixing!)

1999-11-05  maechler  <maechler@aleph.YP.biostat>

	* lisp/ChangeLog, lisp/ess.el, lisp/noweb-mode.el:
	functionp definition if necessary

	* lisp/noweb-mode.el: functionp for  emacs-19.34

1999-11-04  ess  <ess@aleph.YP.biostat>

	* lisp/essd-els.el: fixed paren error.

	* ANNOUNCE, Makefile, README, VERSION, doc/README.SPLUS4WIN, doc/announc.texi, doc/ess.texi, doc/inst_tar.texi, doc/readme.texi, etc/replace-version-numbers, lisp/Makefile, lisp/ess-site.el, lisp/ess-vars.el, lisp/essd-sas.el:
	Changed version numbers

	* ChangeLog: 5.1.10 released.

	* doc/newfeat.texi: added 5.1.10 stuff.

1999-11-03  ess  <ess@aleph.YP.biostat>

	* doc/README.elsewhere, lisp/Makefile, lisp/ess-inf.el, lisp/ess-site.el, lisp/ess-vars.el, lisp/essd-sp5.el:
	Changes for ESS-elsewhere.

	* lisp/essd-els.el: added a generic ESS-elsewhere function.

1999-11-03  Anthony Rossini  <rossini@biostat.washington.edu>

	* fixed Stata again, added ESS-elsewhere.

	* Release 5.1.10

Tue Sep 14 17:00:19 1999  A.J. Rossini  <rossini@biostat.washington.edu>

	* Release 5.1.9

	* added stata mode fixes, noweb/literate data analysis fixes.

1999-09-01  Martin Maechler  <maechler@stat.math.ethz.ch>

	* Finally upgraded version number to 5.1.9 (for pre-release)
	  after fixing etc/replace-version-numbers

1999-07-23  Martin Maechler  <maechler@stat.math.ethz.ch>

	* Release 5.1.8

1999-04-05  A.J. Rossini  <rossini@biostat.washington.edu>

	* Makefile, doc/Makefile, doc/README.SPLUS4WIN, doc/inst_tar.texi, doc/readme.texi, doc/requires.texi, lisp/ess-site.el, lisp/ess-vars.el:
	text from 5.1.7 to 5.1.8

	* lisp/ : -->>> lisp/ChangeLog <<<<<

	* ANNOUNCE, README, doc/ajr-talk.tex, doc/ess.texi, lisp/ChangeLog:
	doc updates

	* ChangeLog: *** empty log message ***

	* doc/README.SPLUS4WIN, doc/announc.texi, Makefile, doc/Makefile, doc/inst_tar.texi, doc/readme.texi, doc/requires.texi, lisp/ess-site.el, lisp/ess-vars.el:
	5.1.6 to 5.1.7 changes for possible release

	* ChangeLog: more stuff.

1999-04-05  A.J. Rossini  <rossini@biostat.washington.edu>

	* doc/README.SPLUS4WIN, doc/announc.texi, Makefile, doc/Makefile, doc/inst_tar.texi, doc/readme.texi, doc/requires.texi, lisp/ess-site.el, lisp/ess-vars.el:
	5.1.6 to 5.1.7 changes for possible release

	* ChangeLog: more stuff.

Fri Apr	 2 10:10:35 1999  A.J. Rossini	<rossini@biostat.washington.edu>

	* doc/getting.texi: fixed links.

Wed Mar 31 14:08:39 1999  A.J. Rossini	<rossini@biostat.washington.edu>

	* Makefile (ESSVERSION): updated
	* Makefile (ESSVERSIONMSDOS): updated
	* Makefile (ESSVERSIONTAG): new variable, use it.
	* Makefile (dist): fixed to export both zip and gzip files.

1999-03-17  A.J. Rossini  <rossini@biostat.washington.edu>

	* ANNOUNCE, README, doc/Makefile, doc/README.SPLUS4WIN, doc/announc.texi, doc/inst_tar.texi, doc/readme.texi, doc/requires.texi:
	version number update

	* lisp/essd-r.el, Makefile, doc/README.Microsoft, doc/README.SPLUS4COMMAND, lisp/ess-site.el, lisp/ess-vars.el:
	RMH's changes

1999-03-17  maechler  <maechler@alpha>

	* doc/README: README explaining a bit about ./doc/ directory

1999-03-16  A.J. Rossini  <rossini@biostat.washington.edu>

	* Makefile: *** empty log message ***

	* Makefile: for dist target, use export, not co.

	* lisp/essd-r32-sh-dos.el, lisp/essd-sp4com.el:
	MS Dos stuff for R, S+4.x

	* ChangeLog, Makefile, doc/announc.texi, doc/inst_tar.texi, doc/readme.texi, doc/requires.texi, lisp/ChangeLog:
	Prep for 5.1.4

	* lisp/essd-sp4.el, lisp/ess-iw32.el: RMH changes.

	* doc/README.SPLUS4COMMAND: New file

	* doc/README.SPLUS4WIN: added RMH's mods.

	* lisp/ess-site.el: Merged RMH's work.

	* lisp/ess-vars.el: incremented.

	* lisp/ess-inf.el: RMH's changes.

1999-03-16  maechler  <maechler@alpha>

	* lisp/ChangeLog: mini change "foobar.Sout-45"

	* lisp/ess-site.el:
	auto-mode-alist:  "foobar.Sout-4.5" also turns on S-transcript-mode

1999-03-16  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/essd-sp4.el, lisp/ess-iw32.el: RMH changes.

	* doc/README.SPLUS4COMMAND: New file

	* doc/README.SPLUS4WIN: added RMH's mods.

	* lisp/ess-site.el: Merged RMH's work.

	* lisp/ess-vars.el: incremented.

	* lisp/ess-inf.el: RMH's changes.

1999-03-16  maechler  <maechler@alpha>

	* lisp/ChangeLog: mini change "foobar.Sout-45"

	* lisp/ess-site.el:
	auto-mode-alist:  "foobar.Sout-4.5" also turns on S-transcript-mode

1999-03-15  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ess-vars.el:
	RMH - 15Mar1999.  Added inferior-S+4-editor-pager-command.

	* lisp/essd-r32.el: 15Mar1999 version.

	* lisp/essd-r.el:
	added `R-microsoft', which is the "right-thing" to do under Microsoft
	Windows 32-bit platforms.  Need to merge this with `R'.

1999-03-09  maechler  <maechler@alpha>

	* lisp/ess-help.el: add `inferior-ess-help-command' to doc string

1999-03-08  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ess-inf.el: add stata to deal with input properly.

1999-03-05  A.J. Rossini  <rossini@biostat.washington.edu>

	* ANNOUNCE, ChangeLog, Makefile, README: top level stuff, sigh!

	* doc/announc.texi, doc/authors.texi, doc/bugs.texi, doc/inst_tar.texi, doc/requires.texi:
	Cleaned up text.

	* doc/requires.texi: cleaned/formatted up requirements

	* doc/currfeat.texi: pretty-printing.

	* lisp/essd-sta.el: new command for help: turn off more, and continue.

	* lisp/ess-help.el:
	stata hates ess-nuke-help-bs, since it (stata) is clean.

	* lisp/ess-inf.el:
	fixed command sender for stata. more like R than like XLS.

	* lisp/essl-sta.el: more help file corrections.

	* lisp/ess-inf.el: STA same as XLS/SAS.

	* lisp/essd-sta.el: ess-*-lastvalue-command needed to be fixed!

	* lisp/essl-sta.el: stat help regex is evil

	* lisp/essl-sta.el: whitespace cleanup.

	* lisp/essl-sta.el: double var defs.  whoops!

	* lisp/essl-sta.el (ess-help-STA-sec-regex):
	fixed section header grabbing.

	* lisp/essd-sta.el: need to manually turn off paging, I think...

	* lisp/essl-sta.el: help section regex not quite right.

	* lisp/ess-help.el: Stata is like XLS and SAS wrt help.

	* lisp/essd-sta.el: fixed help facility.

	* lisp/essl-sta.el: added help section regexs

	* lisp/essd-sta.el: make descirption "same as" objects.

	* lisp/essd-sta.el: secondary prompt identical to primary prompt.

	* lisp/essd-sta.el: redid help so that no paging is present.

	* doc/ess.texi: cleared up the bug report section.

	* doc/bugrept.texi: combined multiple sources (ess.texi and README).

	* doc/credits.texi:
	moved content from ess.texi here, for piecemeal editing and reuse.

	* doc/ess.texi:
	added placeholders for README.OS files and README.StatPackage files,
	to be migrated here.

	* doc/announc.texi, doc/authors.texi, doc/bugrept.texi, doc/currfeat.texi, doc/getting.texi, doc/inst_cvs.texi, doc/inst_tar.texi, doc/license.texi, doc/mailing.texi, doc/newfeat.texi, doc/readme.texi, doc/requires.texi, doc/stabilty.texi:
	Migrating all documentation into texinfo format, including ../README and ../ANNOUNCE

	* doc/ess.texi: removed README, cleaning out duplicate texinfo code.

	* doc/ess.texi:
	moved README text into sub-texinfo files.  (to be called by
	readme.texi and announc.texi for documentation construction).

1999-03-05  A.J. Rossini  <rossini@biostat.washington.edu>

	* doc/announc.texi, doc/authors.texi, doc/bugs.texi, doc/inst_tar.texi, doc/requires.texi:
	Cleaned up text.

	* doc/requires.texi: cleaned/formatted up requirements

	* doc/currfeat.texi: pretty-printing.

	* lisp/essd-sta.el: new command for help: turn off more, and continue.

	* lisp/ess-help.el:
	stata hates ess-nuke-help-bs, since it (stata) is clean.

	* lisp/ess-inf.el:
	fixed command sender for stata. more like R than like XLS.

	* lisp/essl-sta.el: more help file corrections.

	* lisp/ess-inf.el: STA same as XLS/SAS.

	* lisp/essd-sta.el: ess-*-lastvalue-command needed to be fixed!

	* lisp/essl-sta.el: stat help regex is evil

	* lisp/essl-sta.el: whitespace cleanup.

	* lisp/essl-sta.el: double var defs.  whoops!

	* lisp/essl-sta.el (ess-help-STA-sec-regex):
	fixed section header grabbing.

	* lisp/essd-sta.el: need to manually turn off paging, I think...

	* lisp/essl-sta.el: help section regex not quite right.

	* lisp/ess-help.el: Stata is like XLS and SAS wrt help.

	* lisp/essd-sta.el: fixed help facility.

	* lisp/essl-sta.el: added help section regexs

	* lisp/essd-sta.el: make descirption "same as" objects.

	* lisp/essd-sta.el: secondary prompt identical to primary prompt.

	* lisp/essd-sta.el: redid help so that no paging is present.

	* doc/ess.texi: cleared up the bug report section.

	* doc/bugrept.texi: combined multiple sources (ess.texi and README).

	* doc/credits.texi:
	moved content from ess.texi here, for piecemeal editing and reuse.

	* doc/ess.texi:
	added placeholders for README.OS files and README.StatPackage files,
	to be migrated here.

	* doc/announc.texi, doc/authors.texi, doc/bugrept.texi, doc/currfeat.texi, doc/getting.texi, doc/inst_cvs.texi, doc/inst_tar.texi, doc/license.texi, doc/mailing.texi, doc/newfeat.texi, doc/readme.texi, doc/requires.texi, doc/stabilty.texi:
	Migrating all documentation into texinfo format, including ../README and ../ANNOUNCE

	* doc/ess.texi: removed README, cleaning out duplicate texinfo code.

	* doc/ess.texi:
	moved README text into sub-texinfo files.  (to be called by
	readme.texi and announc.texi for documentation construction).

1999-03-04  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/essd-sta.el: let stata have command line options just like R.

	* lisp/essd-sta.el:
	by default, provide login screen just like splus/r do.

	* lisp/essd-sta.el: fixed help.

	* lisp/essd-sta.el: added stata's prompt

	* lisp/ess-vars.el: added inferior stata program variable.

	* lisp/essd-sta.el: speling error, nil -> 'nil.

	* lisp/essl-sta.el: reversed variable alist ordering.

	* lisp/essd-sta.el:
	commented out ESS-help for Stata, for compiling, initial testing.

	* lisp/essl-sta.el: added STA-syntax-table, but it's wrong (for Splus).

	* lisp/essl-sta.el: moved STA-editing-alist to beginning.

	* lisp/essl-sta.el:
	added an STA-editing-alist variable, BUT it looks like Splus, :-(.
	Needs to be edited a bit!

	* doc/ess.texi:
	included README in texinfo file.  Now, need to extract README from it.

	* lisp/essd-s_2b4.el: RMH's patches, Mar 3 1999

	* lisp/essd-sp4.el: updated using RMH's patches.

1999-03-03  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ChangeLog: updated lisp directory changelog.

	* ChangeLog: updated changelog file.

	* lisp/Makefile: updated version information

	converted s+3 to sp3.

	* lisp/ess-vars.el: updated version information.

	* doc/README.Microsoft: Added ess-bugs.cmts to this file.

	* lisp/ess-iw32-load-file.el, lisp/essd-s+3.el, lisp/essd-s+4.el, lisp/essd-s+5.el, lisp/essd-s_2b4-msdos-existing.el, lisp/essd-s_2b4-msdos.el:
	Tidied up ess-iw32*.el files.

	* lisp/ess-iw32.el: copied all changes from ess-iw32-load-file.el here.

	* lisp/ess-iw32-load-file.el: fixed.

	* doc/README.Microsoft: Combination of 2 of RMH's text/help files.

	* lisp/essd-s_2b4.el:
	essd-s_2b4-msdos*.el were not needed.  Contents moved into base file.

	* doc/README.SPLUS4WIN:
	Changed history of Splus 4.5 stuff; added new information for using
	Splus 4.5 and R under Windows NT.

	* doc/TODO: moved from mailbox to TODO list.

	* lisp/ess-iw32-load-file.el, lisp/ess-iw32.el, lisp/essd-r32.el, lisp/essd-s_2b4-msdos-existing.el, lisp/essd-s_2b4-msdos.el, lisp/essd-s_2b4.el, lisp/msdos.el:
	RMH's changes, up to March 2nd

1999-03-03  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/Makefile: updated version information

	converted s+3 to sp3.

	* lisp/ess-vars.el: updated version information.

	* doc/README.Microsoft: Added ess-bugs.cmts to this file.

	* lisp/ess-iw32-load-file.el, lisp/essd-s+3.el, lisp/essd-s+4.el, lisp/essd-s+5.el, lisp/essd-s_2b4-msdos-existing.el, lisp/essd-s_2b4-msdos.el:
	Tidied up ess-iw32*.el files.

	* lisp/ess-iw32.el: copied all changes from ess-iw32-load-file.el here.

	* lisp/ess-iw32-load-file.el: fixed.

	* doc/README.Microsoft: Combination of 2 of RMH's text/help files.

	* lisp/essd-s_2b4.el:
	essd-s_2b4-msdos*.el were not needed.  Contents moved into base file.

	* doc/README.SPLUS4WIN:
	Changed history of Splus 4.5 stuff; added new information for using
	Splus 4.5 and R under Windows NT.

	* doc/TODO: moved from mailbox to TODO list.

	* lisp/ess-iw32-load-file.el, lisp/ess-iw32.el, lisp/essd-r32.el, lisp/essd-s_2b4-msdos-existing.el, lisp/essd-s_2b4-msdos.el, lisp/essd-s_2b4.el, lisp/msdos.el:
	RMH's changes, up to March 2nd

1999-02-24  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/ess-iw32.el: temp val left in distribution.  whoops (RMH).

1999-02-22  A.J. Rossini  <rossini@biostat.washington.edu>

	* lisp/essd-els.el, lisp/essd-s3.el, lisp/essd-s4.el, lisp/essd-sta.el, lisp/ess-site.el, lisp/essd-sp4.el, lisp/essd-sp5.el, lisp/essd-sp3.el:
	Removed s+# to sp# for S-PLUS commands

1999-02-12  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/Makefile: emacs, not "19.34"

1999-02-11  Martin Maechler <maechler@stat.math.ethz.ch>

	* doc/README.SPLUS4WIN: added pointer to NTEmacs.

	* README, ANNOUNCE:
	corrected documentation for R, added pointer to NTEmacs

1999-02-10  Martin Maechler <maechler@stat.math.ethz.ch>

	* etc/other/Tags/Lubinsky-S-tags/desc: reformated material.

	* README: set up for 5.1.2 release

	* Makefile: Set up for 5.1.2 release

	* ANNOUNCE: set up for 5.1.2 release

	* doc/rmh-essi121098-msw32.tex: rmh-essi121098-msw32.tex is obsolete.

	* lisp/essd-sas.el: added RMH's new fixes for the 5.1.2 version.

	* doc/README.S: RMH's documentation additions for Splus 4.5

	* doc/README.SAS: RMH's doc additions for 5.1.2

	* doc/README.SPLUS4WIN:
	Includes RMH's changes for Splus 4.5 documentation

	* etc/other/Tags/README: cleaned text.

	* ANNOUNCE, README: updating for 5.1.2

1999-02-02  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ess-inf.el: (last commit was with unsaved file)

	* lisp/ChangeLog, lisp/ess-inf.el:
	fix regex for "help(..);" also work for "?" with R-input-sender

1999-01-13  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/Makefile: added ess-debug essd-s+4 ess-iw32

	* lisp/ess-iw32.el:
	RMH`s workaround for ess-inf.el ess-setq-values-default (instead of ..-local)

1999-01-12  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ess-inf.el: still "-default", not "local"

	* lisp/ess-inf.el, lisp/ess.el: more dribble output

	* lisp/ess.el: add dribble-info about comint-process-echoes

1999-01-11  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ess-site.el: minor comments only

	* lisp/essd-sq4.el: removed [RMH]

	* lisp/ess-site.el: RMH changes (Dec 28)

	* lisp/ess-trns.el: RMH added some ess-inf..-prompt..

	* lisp/ess-vars.el: RMH added S+4 & dde (& removed some "ess-external")

	* lisp/essd-els.el: RMH added S+elsewhere-mode

	* lisp/ess-iw32.el, lisp/essd-s+4.el: new from Rich Dec 28

	* lisp/ess-inf.el: 2 lines for S+4

1999-01-04  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/essddr.el: R CMD Rd2txt

1998-12-18  A.J. Rossini  <rossini@biostat.washington.edu>

	* ANNOUNCE, README:
	Updating Announce/Readme.  Need to merge announce to readme, and just subset out the relevant section for Announce.

1998-12-17  Kurt Hornik <hornik@ci.tuwien.ac.at>

	* lisp/ess-vars.el: Match R `require(' in ess-change-sp-regexp.

	* lisp/Makefile: Add `essd-els.el' to SOURCES.

1998-12-16  Martin Maechler <maechler@stat.math.ethz.ch>

	* ChangeLog: ess.texi

	* doc/ess.texi: 5.0 -> 5.1.x

	* doc/ess.texi: MM: (CVS) Date also for info

	* doc/ess.texi: MM: (CVS) Date added

	* doc/ess.texi: added '$Date: 2002/08/07 13:43:29 $'; 5.0 -> 5.1.x

Mon Dec 14 20:23:55 1998  A.J. Rossini	<rossini@biostat.washington.edu>

	* README: added 5.1.x comments, updated to current state of affairs.

	* etc/other/Tags/README: stuff for emacs text mode for editing.

	* etc/other/Tags/README: Information on tagging for Emacs/VI and ESS.

	* etc/other/Tags/Lubinsky-S-tags/README, etc/other/Tags/Lubinsky-S-tags/desc, etc/other/Tags/Lubinsky-S-tags/etags.c:
	Modifications to gnu tag programs for S

	* lisp/ess-mode.el: fixed copyright and header information

	* lisp/ess-site.el: commented out SHOME definition.

Fri Dec 11 19:51:18 1998  A.J. Rossini	<rossini@biostat.washington.edu>

	* lisp/ess-vars.el: fixed copyright, rossini's email address.

	* lisp/ess-iw32.el: fixed rossini's email address, headers, copyright.

	* lisp/essd-els.el, lisp/essd-s+4.el: fixed rossini's email address.

	* lisp/essd-sq4.el: fixed copyright and header attributions.

	* lisp/essd-els.el: fixed header files and copyright.

	* lisp/essd-s+4.el: added changes to copyright and header docs.

	* etc/other/S-spread/gradexmp.s, etc/other/S-spread/sprd-emc.s, etc/other/S-spread/sprd-grd.s, etc/other/S-spread/sprd-int.el, etc/other/S-spread/sprd-spr.s, etc/other/S-spread/sprd-txt.s, etc/other/S-spread/sprd3d.how, etc/other/S-spread/README, etc/other/S-spread/S-spread.el, etc/other/S-spread/asaprc.ps:
	RMH's S-spread, Oct 1997 version

	* doc/rmh-essi121098-msw32.tex:
	Adding Rich's documentation for Windows stuff.

	* lisp/ess-vars.el: Merged RMH's changes.

	* lisp/ess-iw32.el, lisp/essd-els.el, lisp/essd-s+4.el, lisp/essd-sq4.el:
	New files for ESS for Splus/MSW/NT/98/95
	New files for remote-ESS on Unix.

	* lisp/ess-site.el:
	Added RMH's changes for Microsoft Windows and Splus.

Mon Nov 30 17:37:57 1998  Kurt Hornik <hornik@ci.tuwien.ac.at>

	* lisp/Makefile:
	Add essd-s+5.el to SOURCES (as it gets required in ess-site).

Mon Nov 23 20:03:17 1998  A.J. Rossini	<rossini@biostat.washington.edu>

	* lisp/ChangeLog: *** empty log message ***

Fri Nov 20 20:57:33 1998  A.J. Rossini	<rossini@biostat.washington.edu>

	* lisp/ess-vars.el: ess-help-w3-url-prefix points to pyrite.

	* lisp/ess-vars.el:
	removed spurrious comment about generic function, in front of a variable.

	* lisp/essd-s+5.el: trimmed out old S4 stuff.

Mon Nov 16 17:29:25 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ess-inf.el: do not need comint echo anymore..

Sat Nov 14 00:23:19 1998  A.J. Rossini	<rossini@biostat.washington.edu>

	* Makefile, lisp/ChangeLog, ChangeLog: whitespace editing.

	* doc/Makefile:
	added info target.  removed spurrious ess.info/ess.texi target.

Fri Nov 13 23:47:27 1998  A.J. Rossini	<rossini@biostat.washington.edu>

	* Makefile: added comment re: export vs checkout for "dist" target.

	* lisp/ess-site.el: added sample entry for S+5.

	* lisp/ChangeLog: *** empty log message ***

	* lisp/ess-site.el: added suffix for StatSci's script files.

Thu Nov 12 17:27:30 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/essd-r.el, lisp/essd-s+3.el, lisp/essd-s+5.el, lisp/essd-s3.el:
	newline in dribble buff

	* lisp/ess-inf.el:
	more details in prompt for ess-get-dir; more dribble; WHITE SPACE

	* lisp/ess.el: slightly better dribble output

	* lisp/essd-s4.el: drop doubled comments

	* lisp/ess-vars.el: .

Wed Nov 11 15:54:34 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* Makefile: -X CVS

	* lisp/essd-s+5.el: omit .Smode() extras; new "S+" instead of "S+3"

	* lisp/essl-s.el: new "S+" instead of "S+3"

	* lisp/ess-inf.el: comint-echo : OFF for S+5

	* lisp/essd-s3.el: comments only

	* lisp/essd-s+3.el: comment out ess-mode-edit

	* lisp/Makefile, lisp/ess-vars.el: new version numbers

	* lisp/essd-s+5.el: several more s4 -> s+5 changes; still not ok

	* lisp/essd-s+3.el: transpose to defs

	* lisp/ess-vars.el: require s+5

Tue Nov 10 17:45:11 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ess-site.el: s+5 is now distributed

	* lisp/essd-s+5.el: provide typo fixed

Mon Nov	 9 23:50:26 1998  A.J. Rossini	<rossini@biostat.washington.edu>

	* ChangeLog: *** empty log message ***

	* Makefile: uses scp to put the tar file where it belongs.

	* Makefile, lisp/ChangeLog, lisp/Makefile, lisp/ess-site.el:
	New material for Makefiles

	* lisp/essl-sta.el: removed possible problems from stata mode.

	* ChangeLog: *** empty log message ***

	* Makefile: added new top-level dist target.

	* lisp/essd-s+5.el: This is for Splus5, based on S4.

	* lisp/ess-web.nw: last change, sigh.

	* lisp/ess-web.nw: emacs lisp mode is wrong, sigh.

	* lisp/ess-web.nw: Contains interface code between Noweb and ESS

	* lisp/ChangeLog: added stata-dialect/lang to makefile

	* lisp/Makefile: added Stata stuff.

Thu Sep 24 23:32:14 1998  A.J. Rossini	<rossini@biostat.washington.edu>

	* lisp/ChangeLog: more stuff.

	* lisp/essd-sta.el: should be sta, not stt

	* lisp/ChangeLog: update for ess-site.

	* lisp/ess-site.el:
	added stata mode, which is now STA (ref: Thomas Lumley)

Thu Sep 17 09:11:51 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ChangeLog, lisp/ess-utils.el: several  small things

Fri Sep 11 14:25:59 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ChangeLog: .

	* lisp/Makefile, lisp/ess-inf.el, lisp/ess-mode.el, lisp/ess-utils.el, lisp/ess.el:
	Adaptions to new ess-utils

	* lisp/essl-s.el: LOTS in "pretty edit source"

	* lisp/essd-r.el: new function	(R-fix-T-F)

Thu Sep 10 06:15:55 1998  Kurt Hornik <hornik@ci.tuwien.ac.at>

	* lisp/essddr.el: Change old `ess-doc' to `essddr'.
	Expand Rd-mode-abbrev-table (abbrevs).
	Change Rd-indent-level default to 4.
	Add a preliminary Rd-mode menu.
	Add a preliminary Rd-submit-bug-report().

	* lisp/ess-vars.el:
	Change ess-mode-font-lock-keyword so that assignment function
	declarations are also fontified correctly (hopefully ...).

	* doc/Makefile: Get rid of old LISPDIR code.

	* Makefile: Use `$(MAKE)' instead of `make'.

Wed Sep	 9 23:49:12 1998  A.J. Rossini	<rossini@biostat.washington.edu>

	* lisp/ChangeLog: new stuff.

	* lisp/essd-sta.el: modified for stata commands.  What is quit?

	* lisp/essl-sta.el: Small mods.

	* lisp/essd-sta.el: Added first pass at a stata file.

	* lisp/Makefile: BATCHFLAGS should be --no-init-file, not --no-init-fil

Wed Sep	 9 08:45:26 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/essl-s.el:
	minor (save-recursion..) -- Committing from Shell to see permissions

Tue Sep	 8 21:18:33 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/essl-s.el:
	more things for (ess-dump-to-src), (ess-fix-comments),.... ess-MM-fix-src

	* lisp/ess-mode.el: add optional  quiet	 argument  to (set-ess-style)

	* lisp/ess-mode.el: only white space

	* lisp/ChangeLog: ..

	* lisp/essl-s.el: added	 "&optional dont-ask" argument to
		ess-dump-to-src, ess-fix-comments,.... ess-MM-fix-src

Mon Sep	 7 16:27:37 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ChangeLog: ..

	* lisp/essl-s.el: 4 digit year in ess-time-string!

	* doc/README.SAS:
	Added paragraph about  ess-sas-sh / PATH problems  at very end -- for RMH

Wed Aug 26 12:18:54 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ChangeLog, lisp/essl-s.el: font-lock: "." as word constituent

Mon Aug 24 12:50:45 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* ANNOUNCE, README, doc/ess.texi:
	stat.ethz short for www.stat.math.ethz

Thu Aug 20 06:48:48 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ChangeLog: ..

	* lisp/essddr.el:
	Expanded  Rd-section-names  and Rd-keywords	[following Kurt's
	suggestion]

Tue Aug 18 08:44:54 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/essd-s+3.el, lisp/essd-r.el, lisp/ChangeLog:
	 "--no-readline" for R;	 S+3-dialect-name for S-plus

Fri Aug 14 16:32:23 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/ess-vars.el, lisp/Makefile: calling new version "pre5.1"

	* lisp/essl-s.el: "ease:" replaced by "ess-"; fixed some comments

Mon Apr 27 07:53:02 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/essl-s.el: improved ess-num-var-round

Fri Apr 17 12:29:46 1998  Martin Maechler <maechler@stat.math.ethz.ch>

	* lisp/essd-sas.el: ../etc/ is place for sas-sh-command

	* etc/function-outline.S, lisp/essl-s.el:
	function-outline-file now in ../etc/

	* Makefile, doc/Makefile, lisp/Makefile:
	Makefiles separated; new for ./doc

Mon Apr	 6 20:35:04 1998  A.J. Rossini	<rossini@biostat.washington.edu>

	* lisp/ChangeLog: Storing updates.

	* lisp/ess-comp.el, lisp/ess-inf.el, lisp/ess-site.el, lisp/ess-vars.el:
	See ChangeLog for more details. Not tagged.

Tue Dec 16 00:17:44 1997  A.J. Rossini	<rossini@biostat.washington.edu>

	* lisp/ChangeLog: *** empty log message ***

	* lisp/essd-s4.el (S4-mode): New function, use it.

Wed Dec 10 15:36:29 1997  A.J. Rossini	<rossini@biostat.washington.edu>

	* lisp/ChangeLog, lisp/essd-xls.el:
	XLS-mode is now the mode-name symbol.  (instead of ess-mode).  This is
	required for noweb-mode to work nicely.

	ChangeLog documented to reflect this fact.

Tue Dec	 9 22:55:40 1997  A.J. Rossini	<rossini@biostat.washington.edu>

	* lisp/ChangeLog: *** empty log message ***

	* lisp/essd-r.el:
	removed non-necessary autoload for a non-existant function (was
	intended for start-args, but never was written or used).

	* lisp/essl-sta.el:
	Changed essl-sta.el to not use stat.el in the documentation comments.

	* lisp/ChangeLog: *** empty log message ***

	* lisp/essddr.el: one too many parens.

	* lisp/essddr.el:
	added commented out face.  DB's error doesn't exist for me, though.

Fri Dec	 5 15:13:59 1997  A.J. Rossini	<rossini@biostat.washington.edu>

	* lisp/ChangeLog: *** empty log message ***

	* lisp/ChangeLog: ChangeLog file install

	* lisp/ess-site.el: added comments about Emacs 20.2 errors.

Fri Dec	 5 14:46:38 1997  ess  <ess@pyrite>

	* Makefile: Added top-level Makefile.  Needs definitions, though.

	* etc/ess-s+3.S, etc/ess-s4.S: Initial revision

1998-12-14  A.J. Rossini  <rossini@biostat.washington.edu>

	* README : updated to 5.1.x

Tue Dec	 2 08:49:07 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: info isn't a valid target, and cleaned up doc
	targets. (KH).

Mon Dec	 1 16:55:17 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.el: removed blank lines.

Mon Dec	 1 16:51:46 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: small edit.

Mon Dec	 1 16:48:14 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: changed wording around ess-plain-first-buffername
	(RMH).

Mon Dec	 1 16:42:47 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: new branch (5.1.1.1).

Mon Dec	 1 16:36:13 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: Batchflags are user serviceable.

Mon Dec	 1 10:59:29 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* RELEASED: version 5.0.

Mon Dec	 1 10:45:55 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.SAS: added noise about ess-sas-sh-command stupidity that
	AJR has personally experienced.

Sun Nov 30 13:44:55 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: comments for indexing.

Sun Nov 30 13:41:00 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: more fixes. Many more to go.

Sun Nov 30 12:38:26 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.SAS: added more information.

Sun Nov 30 12:15:19 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-lsp.el: small typo in comments.

Sun Nov 30 12:14:33 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: added revision, added other changes.

Sun Nov 30 12:12:26 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.SAS: new material on autoexec.sas added.

Sun Nov 30 12:09:30 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el (S-editing-alist): need indent-line-function
	defined. (RMH).

Sun Nov 30 12:08:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el: removed sas-indent-region.

Sun Nov 30 12:07:05 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el (SAS-editing-alist): need indent-line-function
	(RMH).

Sun Nov 30 12:06:00 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode): fixed doc string. (RMH).

Sun Nov 30 12:03:34 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: useless comments removed.

Sun Nov 30 12:03:10 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: useless comments removed. (RMH).

Sun Nov 30 12:02:58 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (inferior-SAS-args-temp): docstring, explaining
	stupidity of this variable

Sun Nov 30 12:00:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-sas-sh-command: better shell scripting (RMH).

Wed Nov 26 16:33:10 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* RELEASED: 5.0-gettingcloser.

Wed Nov 26 16:10:02 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (dist): do the right thing w/ README.

Wed Nov 26 16:05:20 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-sas-sh-command: more information. cleaned up for current
	essd-sas.el arg passing.

Wed Nov 26 15:51:04 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: modified args to try to have "one set" for SAS
	process (2nd is for redirect).

Wed Nov 26 15:43:10 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: renamed and reordered inferior-SAS-args...

Wed Nov 26 14:29:40 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-sas-sh-command: added more documentation on I/O.

Wed Nov 26 14:01:23 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: cleaned up comments.

Wed Nov 26 13:58:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-sas-sh-command: cleaned up comments.

Wed Nov 26 11:01:36 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essddr.el: switch-to-S to switch-to-ESS.

Wed Nov 26 11:01:07 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essddr.el (Rd-mode-map): switch-to-S is now switch-to-ESS.

Wed Nov 26 11:00:06 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode): added "indent-region" binding to
	doc-string.

Wed Nov 26 10:52:11 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el (ess-transcript-mode-map): added 2 lines for
	consistency. (RMH)

Wed Nov 26 10:51:29 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el: ispell-checked.	File name / header name mismatch
	corrected. (AJR)

Wed Nov 26 10:49:58 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: ispell checked, typos fixed (RMH/AJR).

Wed Nov 26 10:42:58 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el (SAS-editing-alist): function definitions are
	useless.  Remove.

Wed Nov 26 10:37:44 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el (S-editing-alist): removed function definitions.  They
	don't work.

Wed Nov 26 10:29:00 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: ispell-checked (AJR/RMH)

Tue Nov 25 15:37:37 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: Real dump suggested programming fix.
	* README.S: Real dump user correction.

Tue Nov 25 15:37:00 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S : Real Dump user correction

Tue Nov 25 13:06:38 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess-mode): Make sure that silly moves like
	"ess-dialect=S" are not cause for a bailout. (AJR).

Tue Nov 25 12:38:21 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: changes for font-lock "Dump" problem. (RMH)

Tue Nov 25 12:36:48 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: chmod 444 ess.info* ess.dvi on release (RMH)

Tue Nov 25 08:53:54 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* RELEASED: 5.0-honestlylastpre.
	* README.S: added comment re: \" and fontlock.

Tue Nov 25 08:50:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: removed SAS tabbing, added S dumping (RMH).

Tue Nov 25 08:49:18 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (SAS-mode): construct a sas-mode-local-map, from
	ess-mode-map, for modifying the tab key.

Tue Nov 25 08:24:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode): removed white space, spurrious comment.

Mon Nov 24 12:14:38 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: SAS indent fixes.

Mon Nov 24 11:33:00 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: fixed Kurt's address.

Mon Nov 24 11:32:13 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: put back functions; see 10:48 change.

Mon Nov 24 10:58:12 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el: ess to S.

Mon Nov 24 10:50:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el: inadvertent placement of ess-indent-line function.

Mon Nov 24 10:50:19 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el (S-editing-alist): inadvertent placement of
	indent-line-function.

Mon Nov 24 10:48:19 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: commented out some language specific functions.
	Moved to essl-s.el

Mon Nov 24 10:45:21 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el: new functions; S for ESS.	Use them.

Mon Nov 24 10:43:36 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el (S-comment-indent):
	* essl-s.el (S-indent-line):
	* essl-s.el (S-calculate-indent): new functions; used to be
	ess-*.

Mon Nov 24 10:39:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el: removed some lisp-isms.

Mon Nov 24 10:36:48 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el (sas-indent-region): New function.  Use it.

Mon Nov 24 10:25:07 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s4.el (S4-customize-alist): ess-object-name-db-file is
	"ess-s4-namedb.el". (RMH)

Mon Nov 24 10:18:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.SAS: 2 typos (RMH).

Mon Nov 24 10:17:46 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: added ess-quit autoload.

Mon Nov 24 10:16:40 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-quit): since now possible to call from ess-mode,
	make sure that we are connected to a process.

Mon Nov 24 10:01:33 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-mode-font-lock-keywords): finish off line.

Mon Nov 24 09:59:39 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: quotes need fixing (RMH).

Mon Nov 24 09:55:43 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode-map): added ess-quit. (RMH).

Mon Nov 24 09:48:15 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (SAS-customize-alist): inferior-ess-exit-command
	should be `endsas;\n'. (RMH).

Sat Nov 22 19:16:40 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/README-19.28: new version of file (RMH).

Fri Nov 21 17:37:26 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: added 2 more from RMH, with comments.

Fri Nov 21 17:31:50 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: fixed comments to reflect reality (RMH).

Fri Nov 21 17:05:05 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el: ess-mode -> ESS.	  (RMH)
	ess-mode-map ->	ess-transcript-mode-map

Fri Nov 21 17:02:45 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (DISTSCRIPTS): commented out. (RMH)

	* Makefile (dist-doc): commented out.  Will do by hand for
	5.0. (RMH)

	* Makefile: Added comments for structure of Makefile. (RMH)

Fri Nov 21 10:26:53 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: incr version.

Fri Nov 21 10:26:25 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: added dir directions for info.

Fri Nov 21 10:22:17 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/rmh-talk.tex: removed trailing \\.

Fri Nov 21 10:19:50 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (dist): ess.dvi and ess.info need to be up to date.

Thu Nov 20 18:38:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sta.el:
	* essl-sas.el:
	* essl-s.el:
	* essl-lsp.el:
	* essddr.el:
	* essd-xls.el:
	* essd-vst.el:
	* essd-sas.el:
	* essd-s4.el:
	* essd-s3.el:
	* essd-s+3.el: incr version.

	* essd-r.el: incr version, comments.

	* ess.texi: small edits, incr version

	* ess.el: ess-mode is ESS. incr version

	* ess-vars.el: incr version, added comments.

Thu Nov 20 18:21:01 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: part of ESS; comments.

Thu Nov 20 18:20:12 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: incr, edits.

Thu Nov 20 18:19:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: errors.

Thu Nov 20 18:17:13 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* COPYING: trying.

Thu Nov 20 18:15:01 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el: added copyright, incr version.

Thu Nov 20 18:12:06 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: edited copyright. incr version.

Thu Nov 20 18:11:02 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: removed silly university locations. incr version.

Thu Nov 20 18:09:00 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: added copyright, edited comments, incr version.

Thu Nov 20 18:07:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-help.el: edited comments, incr version.

Thu Nov 20 18:03:09 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-debug.el: edit, end, upgraded version.

Thu Nov 20 18:00:55 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-comp.el: removed log file, edited comments, upgrade to 4.

Thu Nov 20 16:41:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* RELEASED: 5.0-verylastpre.

	* ess-inf.el: fixed menus.

Thu Nov 20 16:40:29 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el: fixed menus.

Thu Nov 20 16:38:35 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: formatting. extra  ).

Thu Nov 20 16:37:23 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: cleaned up menus.  removed useless comments.

Thu Nov 20 16:29:15 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: fixed goto-info stuff.

Thu Nov 20 16:13:43 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-help.el (ess-goto-info): ess isn't ess-mode.  Split window,
	not other-window.

Thu Nov 20 10:04:28 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: added comments on help file editing.

Thu Nov 20 10:01:47 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: added inferior-ess rewrite.

Thu Nov 20 09:54:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.XLispStat: Splus removed, XLispStat added.

Thu Nov 20 09:53:48 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: retitled the FAQ.

Thu Nov 20 09:52:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: changes (RMH).

Thu Nov 20 09:46:20 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: archive is on Franz.

Thu Nov 20 09:43:47 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: more comments about dir.

Thu Nov 20 09:41:53 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: "it" to "they".

Thu Nov 20 09:40:44 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: put dir back into the Docs.

Thu Nov 20 09:38:54 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: truns :-).

Thu Nov 20 09:38:12 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/ajr-talk.tex: added typoout for fonts.

Thu Nov 20 09:35:28 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/rmh-talk.tex: fixed my typo, line wrap.

Thu Nov 20 09:33:16 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/README.additions: added essdd*.el

Thu Nov 20 09:22:02 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: added new for fix to About.

Thu Nov 20 09:19:52 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el (ess-transcript-mode-menu):
	* ess-inf.el (inferior-ess-mode-menu):
	* ess-mode.el (ess-mode-menu): removed About from menu, for now.


Wed Nov 19 12:24:22 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* RELEASED 5.0, lastpre.

	* Makefile: removed veryclean.	unnecessary target.  Fixed
	dist-doc target.

Wed Nov 19 12:21:38 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/rmh-talk.tex: no changes.

Wed Nov 19 12:21:02 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/ajr-talk.tex: final version.  Not best, but we've got docs
	provided.

Wed Nov 19 12:03:03 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/ajr-talk.tex: use the ugly version

Wed Nov 19 12:01:53 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (ess-SAS-pre-run-hook): never take name from a
	running process buffer.

Wed Nov 19 11:56:09 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-xls.el: added transcript mode.

Wed Nov 19 11:43:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode-menu): bug in "About".

Wed Nov 19 11:25:01 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: database creation works.

Wed Nov 19 11:20:28 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-create-object-name-db): use temporary name for
	ess-object-name-db; since we make it buffer local to accomodate
	different languages, need to handle it carefully.  In particular,
	might be better to make buffer local upon demand, rather than
	always buffer local.  But lots of considerations, here.

Wed Nov 19 11:14:10 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-create-object-name-db): added *ESS* messages.

Wed Nov 19 10:56:47 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.el (ess-load-object-name-db-file): no warning when object
	database name fails to exist; the code is still there.

Wed Nov 19 10:55:38 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s+3.el: setq-default to setq

	* essd-r.el: setq, not setq default.

Wed Nov 19 10:52:28 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: added statement about object-name db being broken.

Wed Nov 19 10:33:47 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s+3.el (S+3-transcript-mode): make interactive.

Wed Nov 19 10:32:28 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el (s-transcript-mode): make interactive.

Wed Nov 19 10:31:54 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el (r-transcript-mode): make interactive.

Tue Nov 18 17:38:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essddr.el: updated to 0.1.7. (KH)

Tue Nov 18 17:37:11 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: ess-create-object-name-db, format

Tue Nov 18 17:21:37 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s+3.el (S+3-customize-alist): changed var name for
	consistency.

Tue Nov 18 17:20:21 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el (R-customize-alist): use R-help-sec-keys-alist.

Tue Nov 18 17:19:23 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: removed spurrious variable.

Tue Nov 18 17:18:29 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: removed ess--help-S-sec-keys-alist; second def!

Tue Nov 18 17:14:33 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el (ess-help-*-sec-keys-alist): renamed to
	  *-help-sec-keys-alist.  defvars to defconst.

Tue Nov 18 17:03:40 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess): removed "switch-to" logic in
	inferior-ess.  Now should strictly start-up a buffer.

Tue Nov 18 16:58:06 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: added warnings for set-keymap-parent; XEmacs,
	non-Emacs.

Tue Nov 18 16:52:52 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el: added Martin's fix to documentation.

Mon Nov 17 09:59:20 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess-mode-menu): reinstalled info
	connection.

Mon Nov 17 09:58:37 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: reinstalled info connection.

Mon Nov 17 09:25:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/rmh-talk.tex: added updates. (RMH)

Mon Nov 17 09:09:09 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: fixed grammar.

Mon Nov 17 09:05:50 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README/ess.texi: R uses ess-r-namedb.el. (RMH)

Mon Nov 17 09:04:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README/ess.texi: changed phrasing for creating object database
	files. (RMH)

Mon Nov 17 09:00:38 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess): doc string edited.	 Wrong comments
	removed (RMH).

Mon Nov 17 08:57:54 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: fixed documentation dependencies (RMH)

Mon Nov 17 08:56:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.el: fixed Lisp-Dir-Entry; franz.stat.wisc.edu, not
	ftp.math.sc.edu. (RMH).

Mon Nov 17 08:54:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/ajr-talk.tex: added comments for changing font usage (RMH).

Fri Nov 14 17:44:14 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: added more of an introduction and "history" statement.

	* README.S: added a small "FAQ" at the end.

	* Doc/TODO: Added last of the SAS things to do for 5.2 or 5.4.

Fri Nov 14 17:27:27 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: more comments.

Fri Nov 14 16:59:05 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: added SAS fontlock, graphics.  R Help

Fri Nov 14 13:49:40 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.XLispStat: fixed small typos.

Fri Nov 14 11:24:05 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (DOCS): reordered variable.	Added info/dvi files.

Fri Nov 14 11:22:03 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.el: more comment work.

	* ess.el: verified using lisp-mnt.el; standard package formatting.

Fri Nov 14 11:06:18 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (clean): don't remove .dvi or .info*

	* Makefile (veryclean): new target, for removing what clean used
	to remove

Fri Nov 14 10:13:49 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: version to 5.0

Fri Nov 14 10:13:40 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (VERSION): version to 5.0

Fri Nov 14 10:13:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: version to 5.0

Fri Nov 14 10:13:04 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-version): version to 5.0.

Fri Nov 14 10:12:34 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: added notes for starting R with prefix arguments.

Fri Nov 14 09:59:25 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: added @itemize markers.

Thu Nov 13 21:45:27 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Release: 5.0-pre5

	* Makefile (VERSION): incremented.

	* ess-vars.el (ess-version): incremented.

Thu Nov 13 21:40:12 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: works again.  shooze...

Thu Nov 13 20:51:36 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.el (ess-load-object-name-db-file): don't bomb if file
	doesn't exist..

Thu Nov 13 20:31:21 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: back to initial, except for new unused, commented
	out, variable)

Thu Nov 13 20:28:06 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: New temp variables for when we rewrite the
	initialization routines; NEED TO DO THIS FOR 5.2!!!  LOGIC HAS
	CHANGED, FOR THE "SIMPLER"!

	* ess-inf.el: doesn't work.  This is a mess.

	* ess-inf.el (inferior-ess): use language instead of dialect for
	"*language*" and "*language:1*" buffer names; old version
	commented out.

Thu Nov 13 20:11:10 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-plain-first-buffername): use it.

Thu Nov 13 20:07:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: forgot ")".

Thu Nov 13 20:06:12 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: fixed R then SAS buffer name problem.

Thu Nov 13 19:56:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: added commented example for
	ess-plain-first-buffername.  TRUE by default, i.e. for "novice"
	mode.

Thu Nov 13 19:54:23 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: moved database loading to ess-mode and
	inferior-ess-mode; removed old comments.

Thu Nov 13 19:52:31 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-proc-name): If ess-plain-first-buffername is
	true, don't add "process number" to the first process.

Thu Nov 13 19:35:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.el (ess-load-object-name-db-file): new function, use it.

Thu Nov 13 19:35:27 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: C-c tab is ess-complete-object-name.

Thu Nov 13 19:34:48 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess-mode-map): C-c TAB is
	ess-complete-object-name, same as in ess-mode.

Thu Nov 13 19:27:55 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess-mode): load object-name db file if
	exists.

Thu Nov 13 19:19:37 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode): load object-name db file if exists.

Thu Nov 13 19:17:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: bare-bones description of how to create object-name
	databases.

Thu Nov 13 19:09:07 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: added notes for database creation

Thu Nov 13 10:16:12 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.XLispStat : XLispStat isn't a trademark.

Thu Nov 13 09:59:05 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (ess.elc): fixed action

	* Makefile (ess-vars.elc): fixed action

Thu Nov 13 09:58:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: removed ancient comments.

Thu Nov 13 09:58:23 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: added means for using second philosophy.

Thu Nov 13 09:51:19 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: fixed line break.

Thu Nov 13 09:40:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/ajr-talk.tex: added location of talk.

Thu Nov 13 09:39:52 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/rmh-talk.tex: pointed to FRANZ.  added comment about where
	given.

1998-11-13  A.J. Rossini  <rossini@biostat.washington.edu>

	* doc/Makefile: added "info" target.  Removed spurrious
	ess.info/ess.texi dependency, i.e. the first.


Thu Nov 13 08:54:40 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (dist-doc): new target.  Use it

	* Makefile (ESS-doc): new target.  Use it.

Wed Nov 12 17:32:49 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/ajr-talk.tex: de latex-2-html'd.

Wed Nov 12 17:26:25 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: args passes all the way through.

Wed Nov 12 16:30:34 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el: added prefix to R.

Wed Nov 12 15:15:06 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: added stata comment, site-init.el

Wed Nov 12 15:12:25 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: added installation (from README).  Use @file{} for
	file names.

Wed Nov 12 14:56:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: added warning messages for ignorable errors.

Wed Nov 12 14:43:07 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: can't seem to remove last byte compiler error.

Wed Nov 12 14:30:00 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el:
	* ess-help.el: added compile requires to remove byte-compiler
	warnings.

Wed Nov 12 14:21:33 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essddr.el: paren balance. whoops.

Wed Nov 12 14:20:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essddr.el: added "require 'ess-help" to solve byte compiler
	errors.

Wed Nov 12 14:16:37 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: require 'shell to fix byte-compile errors.

Wed Nov 12 02:45:44 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Release: 5.0-pre4

	* ess-vars.el: updated version number for release
	* Makefile: Updated version number for release

Wed Nov 12 02:27:16 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: seems to work, now.

Tue Nov 11 19:20:50 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: might need comint.

Tue Nov 11 19:09:18 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.XLispStat: fixed small errors.

Tue Nov 11 19:04:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.XLispStat : bad key-seq "C-c C-f" isn't find-file.

Tue Nov 11 19:01:22 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: merged rewrite (RMH)

Tue Nov 11 16:49:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: format cleaning.

Tue Nov 11 16:42:28 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: ess-SAS-pre-run-hook now called from SAS, not
	inferior-ess.

Tue Nov 11 16:34:38 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sta.el: wrong header!

Tue Nov 11 16:32:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: added to New Features.

Tue Nov 11 16:30:26 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: small typos. Distributed from Wisconsin.

Tue Nov 11 16:27:21 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: added Splus 3.4.  Removed "futures".

Tue Nov 11 16:25:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: inferior S -> inferior ESS

Tue Nov 11 16:24:38 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: small doc changes (RMH).

Tue Nov 11 16:21:34 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: edited how to find key-sequences (RMH)

Tue Nov 11 16:19:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: removed comint symbols.  (RMH).  Need to read comint
	docs (AJR).

Tue Nov 11 16:19:00 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: small typos corrected.

Tue Nov 11 16:04:26 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-read-object-name): use
	ess-read-object-name-dump.

	* ess-inf.el (ess-read-object-name-default): reverted back to old
	behavior.

	* ess-inf.el (ess-read-object-name-dump): new function.	 Use it.

Tue Nov 11 15:56:03 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: XLisp-Stat, uniformly.

Tue Nov 11 15:51:48 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: fixed titles (no @_{} commands).  Updated menus. (MM)

Tue Nov 11 15:38:52 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.XLispStat: removed "S(tm)".

	* README.SAS: major overhaul (RMH).

	* README.S: removed "S(tm)".

Tue Nov 11 10:02:44 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-read-object-name-default): new version (KH).

Tue Nov 11 10:00:54 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el ((assoc "\\.[rR]\\'" auto-mode-alist)): added man
	format again for R internal man pages.

Mon Nov 10 23:17:28 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: added latex/tex for talks on ESS 5.0.

Mon Nov 10 23:02:36 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Releasing 5.0-pre3.

	* essd-sas.el: changes made.  Watch out.

	* ess-vars.el (ess-version): 5.0-pre3
	* Makefile (VERSION): 5.0-pre3

Mon Nov 10 22:58:39 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: more S to ESS

Mon Nov 10 22:52:55 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: more S/ESS fixes (RMH)

Mon Nov 10 22:49:31 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.SAS: typo

Mon Nov 10 22:43:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-read-object-name-default): handle defaults
	better.

Mon Nov 10 22:34:11 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: typo.

Mon Nov 10 17:28:28 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.SAS: added some suggestions by RMH.

Mon Nov 10 17:26:11 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: edited as suggested by RMH.

Mon Nov 10 17:17:21 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: stuff.

Mon Nov 10 17:16:21 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: changed mode/revision.

Mon Nov 10 17:14:53 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: fixes (RMH)

Mon Nov 10 17:04:38 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el (ess-transcript-mode):
	* ess-help.el (ess-help-mode):
	* ess-inf.el (inferior-ess-mode):
	* ess-mode.el (ess-mode): keep tabs out of the code.

Mon Nov 10 16:48:00 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: @code -> @email when appropriate.

Mon Nov 10 15:58:23 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: added most, approx 300, of MM's changes.  A very few
	differences, though.

Mon Nov 10 15:05:45 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: S -> ESS (MM)

Mon Nov 10 15:02:32 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el: S -> ESS (MM)

Mon Nov 10 14:59:39 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: S -> ESS (MM).

Mon Nov 10 14:51:30 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: S -> ESS (MM).

Mon Nov 10 14:41:30 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-help.el: removed comment re: S.el.

	* ess-help.el: updated docs and functions, S -> ESS (MM)

Mon Nov 10 14:34:35 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (MAKEHTML): change target (MM)

	* Makefile (clean): more to clean (MM)

	* Makefile (dvi): new target.  Use it (MM)

Sun Nov	 9 16:30:38 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: cleaned out my email of TODO problems, except for
	SAS).

Sun Nov	 9 16:24:39 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: updated for what has been accomplished by this stage,
	for 5.0.

Sun Nov	 9 15:32:34 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sta.el: cleaned up errors via lets.

Sun Nov	 9 15:26:33 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el: removing unusable commands.

Sun Nov	 9 15:08:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (no-doc): new variable.  use it for autoload
	documentation.

Sun Nov	 9 15:08:13 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: ess-vars/ess/ess-site dependencies cleared up.

Sun Nov	 9 15:02:29 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: changed documentation for autoloads.

Sun Nov	 9 14:56:32 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el: one too many ")" (in editing sas-narrow-to-page).

Sun Nov	 9 14:48:55 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: cleaned up.

Sun Nov	 9 14:44:06 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-comp.el: cleaned up.

Sun Nov	 9 14:38:29 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sta.el: cleaned up format.

Sun Nov	 9 14:33:18 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: cleaned up byte-compiler warnings and lisp.

Sun Nov	 9 14:32:54 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el: need the right name at top.

	* essl-sas.el: cleaned up byte-compiler warnings.

Sun Nov	 9 14:17:36 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: cleaned dependencies for essd-*.el

Sun Nov	 9 14:00:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-version): upgrade to 5.0

	* Makefile: upgrade version to 5.0

1998-11-09  A.J. Rossini  <rossini@biostat.washington.edu>

	* Makefile (dist): new top-level target.
	(dist): uses scp to put it where it belongs.

Fri Nov	 7 19:43:11 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Released 5.0-pre2.

	* Makefile (dist): copy makefile into the appropriate place.

Fri Nov	 7 19:41:02 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (ess-SAS-pre-run-hook): fixed process name synch
	problem.

Fri Nov	 7 19:18:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (ess-SAS-pre-run-hook): set explicit-shell-file-name
	to "/bin/sh" to aviod prompt evilness.

Fri Nov	 7 18:33:29 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: SAS problems.

Fri Nov	 7 18:28:40 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-R-input-sender): patch to avoid problems
	with R, for "help()" (MM).

Fri Nov	 7 18:17:54 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: added comments re: TT commenting/editing styles.

Fri Nov	 7 18:10:25 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: indentation.

Fri Nov	 7 14:42:45 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: changes for TT (RMH).

Fri Nov	 7 14:31:35 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el (sas-require-confirmation): doc string edit.

Fri Nov	 7 14:30:33 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-transcript-minor-mode):

	* ess-vars.el (ess-listing-minor-mode): new variables.	Use. (RMH)


Fri Nov	 7 14:29:49 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el:	fixes for multiple SAS processes. (RMH)

Fri Nov	 7 13:53:16 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: changes for SAS mode (RMH-2Nov).

Fri Nov	 7 13:47:31 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: patches for Terry Thernau's suggested indentation
	(RMH)

Fri Nov	 7 13:37:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.XLispStat: new file.  read it.
	* README.SAS: New file.	 Read it.
	* README.S: revision, not version.

Fri Nov	 7 11:41:01 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: added gen'l features, id -> version.

Fri Nov	 7 09:23:55 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README.S: New file.  Include it.

Fri Nov	 7 09:20:30 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: pointer to README.S, README.SAS, and README.XLispStat

Fri Nov	 7 09:17:52 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: changes to mailing list and WWW documentation location
	(MM).

Thu Nov	 6 10:42:10 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (DOCS): added README.LANGUAGE files to the Makefile.
	Need to fill them in.

Wed Oct 29 14:08:52 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* README: rearranged, as suggested by Don Cram. (DC).

Mon Oct 27 14:50:18 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: readded "New Features" section.

Mon Oct 27 13:05:13 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: started editing section 1.	In particular, @b{S}
	refers to a generic statistical process, at this point.

Mon Oct 27 10:44:44 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi (Local Variables): TeX-master ought to be ess.texi.
	Whoops.

Mon Oct 27 10:25:49 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Doc/TODO: added RMH's SAS suggestions.

Mon Oct 27 10:22:17 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (ess-SAS-pre-run-hook): removed interactive call.
	* essd-sas.el (ess-SAS-pre-run-hook): make sure buffer name of any
	running *shell* buffers is unique for changes.

Mon Oct 27 10:03:34 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (SOURCES): removed ess-debug from distributed sources.

Mon Oct 27 09:01:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (dist): Doc should not be writable, again.

Fri Oct 24 16:31:12 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (install): -ne should be !=, since doing string, not
	integer, comparison. (KH)

Fri Oct 24 12:25:40 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-version):
	* Makefile (VERSION): 5.0-pre2

	* ess-site.el ((assoc "\\.[rR]\\'" auto-mode-alist)): changes for
	R, 0.50 vs. 0.60.

Fri Oct 24 08:56:26 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ESS-5.0-pre1 released.

Fri Oct 24 08:55:10 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-version):
	* Makefile (VERSION): updated version name to 5.0-pre1, skipping
	beta-17.

Fri Oct 24 08:51:27 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (ess-SAS-pre-run-hook): We need to make sure that no
	shells are currently running.  put back the stuff removed 1.5
	hours ago.  Cleaned up variable usage using let.

Fri Oct 24 08:13:58 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el (SAS-log-mode): fundamental mode, with read-only.
	Same as listing mode, pretty much.

Fri Oct 24 08:11:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el (set-sas-file-buffer): sasl-mode isn't real,
	anymore.

Fri Oct 24 08:07:48 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (ess-SAS-pre-run-hook): after accepting process
	input, sleep-for to allow the rest of the input to appear!  Else,
	we don't read the correct tty.	Alternative: would have to grep
	for tty, and figure out if we mean BSD or SYSV style unix.
	Bleach.

Fri Oct 24 07:21:33 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (ess-SAS-pre-run-hook): removed
	ess-sas-shell-buffer-name stuff.  Necessary?

Fri Oct 24 07:21:16 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-sas-sh-command: use /bin/sh

Fri Oct 24 07:20:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (dist): make sure scripts are executable before
	packaging.

Thu Oct 23 17:24:23 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (ess-sas-shell-buffer-name-flag): use it.
	* essd-sas.el (ess-sas-shell-buffer-name): use it.

Thu Oct 23 17:20:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (ess-SAS-pre-run-hook): removed 'interactive' call.
	Should only be run from a run-hooks call?

	* essd-sas.el (ess-SAS-pre-run-hook): ess-shell-buffer-name-p
	should be ess-shell-buffer-name-flag; -p and p suffices are
	reserved for functions, -flag reserved for variables.

Thu Oct 23 13:17:28 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-eval-line-and-next-line, ess-eval-line,
	ess-eval-function, ess-eval-buffer): ess-force-buffer-current

Thu Oct 23 09:08:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (install): test lispdir to see if needs install (MM).

Thu Oct 23 09:07:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el (ess-transcript-mode): should be autoloaded.

Thu Oct 23 09:01:45 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el (s-transcript-mode): generic.  Moved here.

Thu Oct 23 09:00:02 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el (r-transcript-mode): moved here.

Thu Oct 23 08:57:04 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (AUXFILES): added SCRIPTS
	* Makefile (SCRIPTS): new variable, use it.

Thu Oct 23 08:52:27 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-eval-visibly): DOCSTRING lied; text ->
	text-withtabs.

Thu Oct 23 08:30:21 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (dist): remove write permission from ChangeLog for
	distribution.

Thu Oct 23 08:23:52 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (DOCS): new variable.  Use it.

Thu Oct 23 08:22:09 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (SOURCES): Need to include ess-debug, ess-comp.

Wed Oct 22 15:53:46 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-version): updated version number (17)
	* Makefile (VERSION): updated version number (17)

	* beta 16 released.

Wed Oct 22 15:10:26 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (dist): dist target now works; being too ambitious
	resulted in the loss of below.

1997-10-22  Anthony Rossini  <rossini@stat.sc.edu>

	* WHOOPS.  Stupid mistake, lost 2 days of ChangeLog activity.

Mon Oct 20 14:20:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-help.el (ess-display-help-on-object): set the customization
	variables properly.

Thu Oct 16 14:25:59 1997  Anthony Rossini  <rossini@fhat.stat.sc.edu>

	* essd-sas.el (ess-mode): added autoload.

	* essd-s+3.el: editing of spaces.

	* Makefile (SOURCES): changed edd-doc appropairately.i

Fri Oct 10 12:05:40 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* beta 15 released.

	* ess-trns.el (ess-transcript-mode): start up in read-only mode.

Wed Oct	 8 14:50:03 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-proc-name): takes stringname for buffer; was
	ess-dialect.  Use it.

Wed Oct	 8 13:56:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s4.el (S4-customize-alist):  inferior-ess-*-command
	variables must end in "\n".

	* essd-s+3.el (S+3-customize-alist): inferior-ess-*-command
	variables must end in "\n".

Wed Oct	 8 08:50:58 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (inferior-ess-names-command): add "\n" to end of
	names(%s) command (KH).

Wed Oct	 8 05:36:04 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-debug.el: new file for debugging and development.	 Use it.

Tue Oct	 7 15:46:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: commented out debug-on-error.

Tue Oct	 7 15:42:49 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-get-words-from-vector): don't concat "\n", since
	we might have multi-line commands.  Make them do it in the command
	definition (KH).

Tue Oct	 7 13:21:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (SOURCES): add ess-doc.el

Thu Oct	 2 08:52:58 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (install): create INFODIR and LISPDIR as well as
	parents before installing.

Thu Oct	 2 08:42:46 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-multi): removed ess-pre-run-hook execution; it
	should only happen in inferior-ess.

Thu Oct	 2 01:12:22 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el (r-transcript-mode, s-transcript-mode): new functions.  Use it, and fset
	it.

Thu Oct	 2 01:12:07 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el (ess-transcript-mode): added alist parameter.  Use
	it.

Thu Oct	 2 00:35:30 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-function-pattern): tied the non-quoted function
	name to either the beginning of a line or a space, instead of
	beginning of a word.

Wed Oct	 1 21:50:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el (S-syntax-table): modified . to be "_" (KH).

Wed Oct	 1 21:46:51 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: Require ess-site, not just ess, so that language
	specific stuff will be loaded.

Wed Oct	 1 21:45:47 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el: Require ess-site, not just ess, so that language
	specific stuff will be loaded.

Tue Sep 16 16:15:37 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el (SAS-editing-alist):
	* essl-lsp.el (Lisp-editing-alist):
	* essl-s.el (S-editing-alist):

	ess-keep-dump-files NEEDS to be	'ask.

Wed Sep 10 13:48:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-help.el (ess-submit-bug-report): ess-program-name doesn't
	exist.

Wed Sep 10 13:44:52 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el: can't require sas here.

Wed Sep 10 13:33:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el: added Tom Cook's sas-data code.	Not integrated
	yet.

Wed Sep 10 09:42:30 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (html/ess_toc.html): Use explicit file "index.html",
	since some servers/browsers have different defaults. (MM).

Wed Sep 10 09:40:04 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el ((assoc "\\.[rR]\\'" auto-mode-alist)): change check
	for setting auto-mode-alist (MM).

Tue Sep	 9 16:35:21 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el: removed code which generated a second "ess-mode"
	menu.

Tue Sep	 9 16:23:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode): mode name:  ess-language, not
	ess-dialect.

Tue Sep	 9 16:22:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess-mode): mode name:
	iESS [ess-dialect:proc]

Tue Sep	 9 10:39:35 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-[r][s+3].el (*-customize-alist): lastvalue command renamed
	as ".ess.lvsave".

Tue Sep	 9 09:59:04 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el: what is (fset 'run-s (fset 'run-S (symbol-function
	'S))) for??

Tue Sep	 9 09:15:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-version): incremented

	* Makefile (VERSION): incremented

Tue Sep	 9 09:01:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* RELEASING beta 13

Tue Sep	 9 09:01:02 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (all): ess -> ESS

Tue Sep	 9 08:29:48 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el (R-customize-alist): needs syntax table for inferior
	processes.

Mon Sep	 8 15:22:18 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess-mode): need to fix syntax table.

Mon Sep	 8 14:28:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el (sas-indent-line): renamed from
	indent-sas-statement.

Mon Sep	 8 14:08:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode): add one more debugging statement.

Mon Sep	 8 13:23:20 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: moved syntax table code to essl-s.el.

Mon Sep	 8 13:07:48 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-version): updated.

	* Makefile: Updated version number

Mon Sep	 8 12:25:09 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-help.el (ess-find-help-file): doesn't search for
	completions, with SAS or XLS.  Fine, since there isn't a really
	good way to build the list [SAS] or it isn't coded yet [XLS].

Mon Sep	 8 12:24:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-help.el (ess-display-help-on-object): uses process name as
	part of the buffer.

Mon Sep	 8 12:23:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: removed inferior-ess-save-lastvalue-command and
	inferior-ess-retr-lastvalue-command, not needed.

Mon Sep	 8 09:01:18 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el: moved SAS language related autoloads and fsets from
	ess.el to here.

Mon Sep	 8 08:59:13 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el: moved S language related autoloads and fsets from
	ess.el to here.

Mon Sep	 8 08:51:01 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (SAS-customize-alist): use ess-local-customize-alist.

Mon Sep	 8 08:46:32 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el (R-customize-alist): use ess-local-customize-alist.

Mon Sep	 8 08:45:43 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s+3.el (S+3-customize-alist): use ess-local-customize-alist.

Mon Sep	 8 08:45:00 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s4.el (S4-customize-alist): use ess-local-customize-alist.

Mon Sep	 8 08:42:48 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s3.el (S3-customize-alist): use ess-local-customize-alist.

Mon Sep	 8 08:41:35 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-local-customize-alist): new variable.  use it.

Mon Sep	 8 08:35:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: code to remove .[sS] from auto-mode-alist commented
	out.  Need a version which works with Emacs.

Fri Sep	 5 14:20:18 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-eval-map): define it.  New keysequence:
	C-c C-e ...  for evaluation of code.

Fri Sep	 5 14:19:43 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-eval-map): new variable.  use it.

Wed Sep	 3 12:54:46 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-trns.el: removed log section.

Wed Sep	 3 12:30:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-find-dump-file-other-window): changed
	error to message, so that dumping non-existant R objects would
	work.

Wed Sep	 3 12:29:45 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-help.el (ess-submit-bug-report): fixed to use ess-bugs, and
	to include *ESS* buffer contents.

Wed Sep	 3 12:27:35 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s4.el: rolled in John Chamber's s4-modeadds.el

Wed Sep	 3 11:48:24 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s4.el (S4-customize-alist): added
	inferior-ess-search-list-command from the ess-xtras.

Wed Sep	 3 11:11:37 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el ((assoc "\\.q" auto-mode-alist)): removed '$'.
	(RMH).

Wed Sep	 3 10:42:13 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi : applied Martin's updates.

Wed Sep	 3 10:37:39 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: applied Martin's patch, ESS -> ess, for texinfo
	stuff.

Tue Sep	 2 16:36:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-*.el (ess-dump-filename-template): use it, with
	ess-suffix.

Tue Sep	 2 16:19:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-delete-dump-files): changed default value to
	nil.  Better safe than sorry.

Tue Sep	 2 16:05:04 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-*.el (*-customize-alist): ess-suffix.  Use it.

Tue Sep	 2 15:44:02 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el: moved "general" variables from essd-s?.el,
	essd-r.el.  There, should only be modifications to the standard S
	customizations.	 Avoids conflict with not loading certain
	customization variables.

Tue Sep	 2 13:23:01 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (LASTVERSION): version set to 12.

Tue Sep	 2 10:22:11 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-version): Version 11 released; set to 12.

Mon Sep	 1 17:16:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el (R-mode): setq-default the customize alist.

Mon Sep	 1 16:59:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s+3.el (S+3-mode): need to set ess-customize-alist.

Mon Sep	 1 16:15:10 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-mode-font-lock-keywords): redid the assign
	fontlocking.

Mon Sep	 1 15:53:54 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-mode-editing-alist): renamed.  Use it.

Mon Sep	 1 15:48:43 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess): corrected doc string.

Mon Sep	 1 14:54:44 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el: added sas config variables here.

Mon Sep	 1 14:21:08 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (SAS): works.

Mon Sep	 1 14:20:45 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (SAS-mode): fixed and "modernized".

Mon Sep	 1 14:16:16 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.el (SAS-transcript-mode): load it.

Mon Sep	 1 14:16:07 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.el (SAS-mode): load it.

Mon Sep	 1 14:12:33 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el (auto-mode-alist): XLS is recognized.  SAS is
	recognized.

Fri Aug 29 13:41:22 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess-make-comint): use
	inferior-ess-start-file, inferior-ess-start-args.

Fri Aug 29 13:24:12 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (inferior-SAS-args): new variable.  Use it.

Fri Aug 29 13:11:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-dribble-buffer): now defaults to
	*ESS*. (RMH/MM).

Fri Aug 29 13:09:04 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el (SAS-customize-alist): fixed primary prompt (RMH).

Thu Aug 28 10:21:41 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-check-modifications): reformat.

Thu Aug 28 09:03:53 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.el: moved ess-site autoloads here.

Thu Aug 28 09:02:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-help.el (ess-find-help-file): autoloaded
	ess-get-object-list at the beginning of ess-help; byte-compiler
	error.

Wed Aug 27 14:33:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode): needed to set buffer local variables
	AFTER they are killed.	Whoops.

Wed Aug 27 14:27:44 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode): type changed to dialect.

Wed Aug 27 14:14:45 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Removing $Log: ChangeLog,v $
	* Removing Revision 5.29  2002/08/07 13:43:29  maechler
	* Removing Did (vc-update-change-log) manually, then query-replaced the
	* Removing     "/home/ess/repository/gnu/ess/" {newly made by "update-change-log"}
	* Removing and "/home/ess/src/cvsroot/gnu/ess/" by ""
	* Removing
	* Removing Revision 5.28  2002/01/08 18:48:49  rossini
	* Removing moved repository, checking CVS commit stuff.
	* Removing
	* Removing Revision 5.27  2001/08/10 18:27:57  maechler
	* Removing hmm: This should have been commited much earliert by "make dist" -- Makefile bug
	* Removing
	* Removing Revision 5.26  2001/06/19 16:19:32  maechler
	* Removing remove stupid path prefix
	* Removing
	* Removing Revision 5.25  2000/10/17 19:47:26  rossini
	* Removing 5.1.18 release
	* Removing
	* Removing Revision 5.24  2000/10/17 13:16:58  rossini
	* Removing updated changelog.
	* Removing
	* Removing Revision 5.23  2000/10/10 18:48:00  rossini
	* Removing updated change log.
	* Removing
	* Removing Revision 5.22  2000/06/30 22:24:18  rossini
	* Removing added changelog entries
	* Removing
	* Removing Revision 5.21  2000/06/30 22:21:51  rossini
	* Removing XLS fixes not quite right.  No startfile if non existant
	* Removing
	* Removing Revision 5.20  1999/11/22 21:53:30  ess
	* Removing updated changelogs -- but w/o fixing attributes.
	* Removing
	* Removing Revision 5.19  1999/11/04 00:33:06  ess
	* Removing 5.1.10 released.
	* Removing
	* Removing Revision 5.18  1999/09/15 00:01:25  rossini
	* Removing Release 5.1.9
	* Removing
	* Removing Revision 5.17  1999/09/01 19:19:34  maechler
	* Removing version numbers finally at 5.1.9
	* Removing
	* Removing Revision 5.16  1999/07/23 19:38:01  maechler
	* Removing .
	* Removing
	* Removing Revision 5.15  1999/07/22 10:39:30  maechler
	* Removing lisp things are in lisp/Changelog!
	* Removing
	* Removing Revision 5.14  1999/04/05 21:36:51  rossini
	* Removing updated from cvs
	* Removing
	* Removing Revision 5.13  1999/04/05 18:52:21  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 5.12  1999/04/05 18:24:02  rossini
	* Removing more stuff.
	* Removing
	* Removing Revision 5.11  1999/03/31 22:09:03  rossini
	* Removing updated makefile.
	* Removing
	* Removing Revision 5.10  1999/03/17 17:51:43  rossini
	* Removing changelog updates
	* Removing
	* Removing Revision 5.9	 1999/03/16 18:17:36  rossini
	* Removing Prep for 5.1.4
	* Removing
	* Removing Revision 5.8	 1999/03/05 22:27:46  rossini
	* Removing top level stuff, sigh!
	* Removing
	* Removing Revision 5.7	 1999/03/03 23:34:05  rossini
	* Removing updated changelog file.
	* Removing
	* Removing Revision 5.6	 1998/12/16 18:30:49  maechler
	* Removing ess.texi
	* Removing
	* Removing Revision 5.5	 1998/12/14 20:46:07  rossini
	* Removing updated.
	* Removing
	* Removing Revision 5.4	 1998/11/14 00:23:18  rossini
	* Removing whitespace editing.
	* Removing
	* Removing Revision 5.3	 1998/11/09 23:50:26  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 5.2	 1998/11/09 22:46:55  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 5.1.1.2  1997/12/02 14:06:08  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 5.1.1.1  1997/12/01 21:57:03  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 5.1	 1997/12/01 21:55:30  rossini
	* Removing new revision.
	* Removing
	* Removing Revision 5.0	 1997/12/01 16:02:26  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.14  1997/12/01 15:59:42  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.13  1997/12/01 15:48:35  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.12  1997/11/30 18:45:09  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.11  1997/11/30 17:42:06  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.10  1997/11/26 21:33:51  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.9	 1997/11/26 21:10:23  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.8	 1997/11/26 21:05:56  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.7	 1997/11/25 21:24:13  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.6	 1997/11/25 13:58:36  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.5	 1997/11/24 17:17:07  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.4	 1997/11/23 00:16:53  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.3	 1997/11/21 22:40:12  rossini
	* Removing last todo.  RMH gives seal of approval.
	* Removing
	* Removing Revision 4.2	 1997/11/20 23:39:23  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 4.1	 1997/11/20 23:03:20  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.41  1997/11/20 21:44:45  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.40  1997/11/20 15:06:48  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.39  1997/11/19 17:24:26  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.38  1997/11/19 15:35:29  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.37  1997/11/15 17:37:58  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.36  1997/11/14 22:51:03  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.35  1997/11/14 22:44:18  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.34  1997/11/14 22:27:35  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.33  1997/11/14 02:46:16  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.32  1997/11/14 01:15:08  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.31  1997/11/14 01:08:00  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.30  1997/11/13 14:59:55  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.29  1997/11/12 07:46:06  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.28  1997/11/12 07:27:28  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.27  1997/11/11 20:39:26  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.26  1997/11/11 04:17:36  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.25  1997/11/11 04:09:07  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.24  1997/11/11 04:03:44  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.23  1997/11/10 22:02:42  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.22  1997/11/09 21:31:03  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.21  1997/11/09 20:07:12  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.20  1997/11/08 00:43:15  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.19  1997/11/07 23:49:05  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.18  1997/11/07 18:37:51  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.17  1997/11/07 14:26:21  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.16  1997/10/29 19:14:35  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.15  1997/10/27 19:50:29  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.14  1997/10/27 15:30:41  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.13  1997/10/24 20:34:42  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.12  1997/10/24 16:25:49  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.11  1997/10/24 16:11:56  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.10  1997/10/24 12:57:08  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.9	 1997/10/24 12:08:59  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.8	 1997/10/23 17:18:12  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.7	 1997/10/23 13:31:31  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.6	 1997/10/22 19:54:22  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.5	 1997/10/22 19:51:08  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.4	 1997/10/22 19:12:30  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.3	 1997/10/20 18:21:29  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.2	 1997/10/02 01:51:47  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.1	 1997/09/10 17:21:00  rossini
	* Removing Initial revision
	* Removing
	* Removing Revision 1.11  1997/09/10 17:11:25  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.10  1997/09/09 13:16:09  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.9	 1997/09/09 13:02:26  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.8	 1997/09/09 13:01:13  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.7	 1997/09/09 12:59:09  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.6	 1997/09/08 16:27:18  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.5	 1997/09/08 16:24:19  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.4	 1997/09/05 18:20:47  rossini
	* Removing *** empty log message ***
	* Removing
	* Removing Revision 1.3	 1997/09/01 18:21:40  rossini
	* Removing *** empty log message ***
	* Removing from all files.  All comments now in ChangeLog
	file).

Wed Aug 27 11:55:07 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (ess-proc-name): changed the process name to be
	returned.  Now is the form:  ess-dialect : ess-process-number.

Tue Aug 26 18:49:31 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-version-running -> ess-dialect

Tue Aug 26 18:49:18 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-proc-prefix -> ess-language

Tue Aug 26 17:58:11 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: added SAS site init (from Cook's mode) (TC)

Tue Aug 26 17:50:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-sas.el:	new file.  SAS language editing mode (Cook's
	mode).	Use it. (TC)

Tue Aug 26 17:48:47 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essl-s.el : new file.	 S language editing mode.  Use it.
	S specific stuff from ess-mode.

Mon Aug 25 16:53:10 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-help.el (ess-find-help-file): added hack to complete non-S
	stuff. (KH)

Mon Aug 25 16:42:46 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el (R-customize-alist): made the name quoted.

Mon Aug 18 15:27:41 1997  Maechler  <maechler@stat.math.ethz.ch>

	* essd-r.el (R-customize-alist): sorted

	* essd-s4.el:
	* essd-s3.el (S3-customize-alist): not Splus; no
	'Optional/Required Arg'

	* essd-s+3.el (S+3-customize-alist): switched some lower/upper
	case: more important things on lower case; now compatible to R


Mon Aug 25 16:35:29 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el auto-mode-alist: Use \\' instead of $ [faster (?)],
	standard; Add ...src/library/[A-z]*/funs/.. for R source editing.
	(MM).

Mon Aug 25 11:02:37 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el (inferior-ess-font-lock-input): added setq of this
	variable as a customization example (RMH).

Mon Aug 25 10:35:09 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-comp.el: removed (require 'cl).  This is semi-evil, if we
	can only avoid it.

Fri Aug 22 17:01:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (inferior-ess-font-lock-prompt-p): New
	variable. Need to use it.  Customize in ess-site.

Fri Aug 22 16:56:35 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess-mode): mode name is now "iESS", as per
	discussion.

Fri Aug 22 16:54:19 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-object-name-db-file-loaded): use it to
	determine which languages/versions have been loaded.

Fri Aug 22 16:48:55 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el (R-customize-alist): added ess-object-name-db to
	alist.

Fri Aug 22 16:47:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s+3.el (S+3-customize-alist): added ess-object-name-db to
	alist.

Fri Aug 22 16:41:49 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-xls.el (XLS-customize-alist): added ess-object-name-db to
	alist.

Fri Aug 22 16:40:31 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-xls.el (XLS-mode): moved from ess-mode.el

Fri Aug 22 15:58:54 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s+3.el (S-mode): moved from ess-mode.el

Fri Aug 22 15:58:07 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el (R-mode): moved from ess-mode.el

Fri Aug 22 15:50:25 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s+3.el: removed commented out font-lock patterns. (RMH)

Fri Aug 22 15:49:56 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s3.el: removed commented out font-lock patterns. (RMH)

Fri Aug 22 15:48:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (essd-S-inferior-font-lock-keywords): added RMH's
	error patterns.

Fri Aug 22 12:28:42 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-sas.el: new file (RMH).

Fri Aug 22 12:18:30 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-function-pattern): New pattern, thanks to
	Stephen C. Pope <scp@predict.com>.

Fri Aug 22 11:59:32 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (ESS.info): fixed text output (KH)

Fri Aug 22 11:59:13 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile (html/ESS_toc.html): fixed text output (KH)

Fri Aug 22 11:55:33 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (inferior-ess-save-lastvalue-command): new
	defvar for variable. (KH)

Fri Aug 22 11:55:07 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (inferior-ess-retr-lastvalue-command): new
	defvar for variable. (KH)


Fri Aug 22 11:54:27 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (S-plus): removed variable

Fri Aug 22 11:51:22 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-xls.el (XLS-customize-alist):  inferior-ess-start-file
	("~/.ess-R").  inferior-ess-start-args.	 Use it.


Fri Aug 22 11:43:49 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-s+3.el (S+3-customize-alist): inferior-ess-start-file
	("~/.ess-R").  inferior-ess-start-args. Use it.

Fri Aug 22 11:42:34 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* essd-r.el (R-customize-alist): inferior-ess-start-file
	("~/.ess-R").  inferior-ess-start-args. Use it.

Fri Aug 22 11:06:34 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.texi: renamed, from ESS.texi.  Changed header.  Added
	info-directory stuff (KH).

Fri Aug 22 11:04:02 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess.el: installed new, non CL versions of ess-setq-vars,
	ess-setq-vars-default. (KH)

Fri Aug 22 10:58:05 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-xtra.el: ESS-version -> ess-version (KH)

Fri Aug 22 10:57:13 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el (ess-version): incremented.  ESS-version ->
	ess-version.  (AJR)

Fri Aug 22 10:56:11 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess-mode): ESS-version -> ess-version (KH)

Fri Aug 22 10:56:11 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* STARTED : ESS-4.9-b11.  All DOCUMENTATION NOW IN `ChangeLog'.

Tue Jul 29 07:14:01 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: transcript fontlock vars now here.

Mon Jul 28 09:57:57 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-site.el: explanatory comments for dialect customization.

Mon Jul 28 09:55:58 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-vars.el: added defvars for ess-site things below.	 Still
	need to add to essd-*.el's!

	* ess-site.el: more customizations for the executable names.  Need
	to move defvars to ess-vars.

	* README: edited authors again.

	* Makefile: S-mode -> ESS.

	* Makefile: updated version number.

	* ess-site.el: moved/uncommented essd-s?.el

	* essd-s3.el: provide the right package!

	* Makefile: S-mode -> ESS.

	* ess-site.el: reformat.

	* ess-site.el: fixed typo.

	* ess.el: made ess-setq-vars* clean.  No ugly hacks!
	cleaned up authorship.

	* Makefile: updated version number.

	* ess.el (ess-setq-vars-default): made nice.

	* ess.el (ess-setq-vars): made nice.

1997-07-25  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-mode.el (ess-mode-map): newline/return mapped to
	'newline-and-indent, by popular demand.

	* General : variable definitions in ess now moved to ess-vars.
	ess now only contains useful code for distinguishing between
	processes.

1997-07-01  Anthony Rossini  <rossini@stat.sc.edu>

	* ess-inf.el (inferior-ess): removed make-local-variables which
	should've been handled in ess.el
	(ess-multi): same as above.
	(ess.el): fixed same.
	(ess-execute): removed make-local-variable 'ess-local-process-name
	(ess-force-buffer-current): removed make-local-variable
	'ess-local-process-name
	(inferior-ess): let (done 0), for constructing
	inferior-ess-procname.

	* ess-site.el: added RMH's new docs, `ess-keep-dump-files'.

	* ess-inf.el (ess-quit): doc string edited.

	* ess-mode.el (ess-check-source): RMH's solution.

1997-06-16  Anthony Rossini  <rossini@stat.sc.edu>

	* Makefile: trans->trns.  Idea is to keep file names at the 8+3
	length	for archaic OSs...

Sun Jun 15 04:39:09 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* NOTE:	 SEE RCS Log files for program updates.	 All
	language/dialect specific code attempted to be moved to essd files
	(d=dialect :-)..  need more movement, though...

	* ess.el: Documentation update.

Wed May 21 14:47:17 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-mode has now become ess-mode. (Emacs Speaks Statistics).

Thu Apr 24 18:10:32 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* TODO: (MM) word wrap mistake.

	* S-help.el (S-help-mode-map): (MM) Patch to bind ^M to
	next-line. Whoops.  (AJR) changed to \C-m.

Wed Apr 23 09:29:53 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S.el (S-mode-version): incremented.

	* S-help.el (S-display-help-on-object): (MM) S-help-sec-regex,
	S-help-sec-keys-alist take correct values (see yesterday's log for
	inferior-S-help-command).  Need to do similar with
	inferior-S-help-command hack!

	* S.el : (MM) S-help-sec-regex, S-help-sec-keys-alist
	buffer-local.

Tue Apr 22 19:19:47 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-mode-4.9-b5 : released.

	* S-help.el (S-display-help-on-object): Added curr-help-command
	(since inferior-S-help-command is buffer-local, need to get BEFORE
	switching buffers).

	* S-site.el (S,R,XLS): setq-default to setq.
	(R): "cat" -> inferior-S-pager. Buffer local?
	(XLS): cleaned up.
	(S-XLS-shortcut-post-run-hook): new function.
	(S-XLS-shortcut-pre-run-hook): new function.
	(R): cleaned up.
	(S-R-shortcut-post-run-hook): new function.
	(S-R-shortcut-pre-run-hook): new function.
	(S): cleaned up.
	(S-S-shortcut-post-run-hook): new function.
	(S-S-shortcut-pre-run-hook): new function.

	* S-inf.el (inferior-S): removed useless make-local-variables

	* S.el : declared many variables via make-variable-buffer-local.

	* S-site.el : removed useless make-local-variables...

	* S-inf.el (S-multi): setq -> setq-default, for
	inferior-S-prompt.

	* buffer-local stuff moved to S.el.

Mon Apr 21 21:35:22 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-mode-4.9-b4 : released.

	* S-site.el (XLS): wrong help; syntax confusion :-).

	* S-inf.el (inferior-S): moved the setting of the history file.

	* S.el: inferior-S-program should be global?

Sun Apr 20 12:30:36 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-inf.el: moved S-force-buffer-current here, from S-mode.

	* S.el: (S-version-running): buffer-local.
	(inferior-S-program): buffer-local.
	(inferior-S-secondary-prompt): buffer-local.
	(inferior-S-primary-prompt): buffer-local.

	* S-site.el (S-transcript-mode): change autoload to point at
	S-trans.

Fri Apr 18 12:01:59 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-site.el: removed stupid comments, rearranged autoloads
	sensibly.

	* S-inf.el:  Moved `eval-*' commands here from S-mode.
	Edited autoloads appropriately (must be a better way to deal with
	the bytecompiler and file/function synchronization!)

	* S-mode.el: Moved `eval-*' commands to S-inf.


Thu Apr 17 12:58:34 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S.el (S-mode-font-lock-keywords): changed
	("<-" . font-lock-reference-face) to
	("<<?-"	. font-lock-reference-face), suggestion from Kurt.

Wed Apr 16 14:36:02 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-trans.el: removed byte-compiler errors.

	* S-mode.el (S-indent-exp): commented out, in "let", restart and
	last-sexp.

	* S-inf.el
	(S-eval-visibly): See: "Terrible Kludge".  This code needs to be
	"done right (tm)".  Last byte-compile problem... :-(.
	(S-get-process-variable):  removed let (not needed?)
	(S-set-process-variable):  removed let (not needed?)

	* S.el: run-hooks 'S-mode-load-hook before provide 'S.
	(S-mode-version): update the version.

	* S-help.el: added autoloads for bytecompile (need to find a
	cleaner way).


Tue Apr	 8 06:32:20 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-mode-4.9-b3 RELEASED.

	* S-site.el (R): use the previously defined variable.
	(S): use the previously defined variable.
	(XLS): use the previously defined variable.

	* S.el (inferior-S-program): changed definition.
	(inferior-S-program-name): new.
	(inferior-R-program-name): new.
	(inferior-XLS-program-name): new.
	(inferior-S4-program-name): new.

	* General: put back GNU.  But need to check this!

	* General: removed "FSF GNU" from all files.  It's not kosher.

Mon Apr	 7 07:52:49 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-inf.el (get-S-process): moved to prevent byte-compiler
	warnings.

	* S.el: moved user/sys vars from S-mode.el/S-inf/S-help
	(font-lock): added require.

	* S-help.el: moved user/sys vars to S.el.

	* S-site.el: removed (require 'font-lock).

	* S-mode.el: moved user/sys vars to S.el.

	* S-inf.el: moved requires and eval-when-compile requires.

	* S-site.el: moved XLS, R, S here from S-inf.  Added local vars at
	end.  Edited commented-out documentation.

	* S-inf.el: moved XLS, R, S to S-site
	(XLS, R, S): S0 -> inferior-S
	(inferior-S): Renamed from S0.


	* S.el: Documentation cleaned, modified.  Old news moved to NEWS
	files.
	(S-mode-version): variable updated (wasn't, before.  Whoops!)

	* S-mode-4.9-b2 RELEASED

	* S.el : removed autoloads (and duplicates) for the modes and
	inferior processes (which were and are in S-site).

	* S.el : Commentary:  deferred installation instructions to README
	and S-site. Removed comint stuff, since present in 19.x emacsen.

	* S.el (S-local-process-name): variable, not a constant.

	* S-site.el: Added R-mode autoload.

	* README: query-rep'd "4.8" to "4.9".

	* S-mode.el (S-mode-map): S-parse-errors binding changed to C-c`

Sun Apr	 6 14:23:45 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-inf.el (inferior-S-make-comint): S-inf-pager ->
	inferior-S-pager.

	* S-site.el (XLS): added XLS autoload.

	* S-inf.el (inferior-S-make-comint): replaced with Kurt's version
	(I need to verify this).
	(inferior-S-pager): New variable.

Fri Apr	 4 10:38:26 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-mode-4.9-b1 RELEASED

	* S-site.el: added R as an autoload.

	* S-inf.el (inferior-S-mode): Added a switch (based on
	S-proc-prefix) for using inferior-S-input-sender or
	inferior-R-input-sender.

	* S-inf.el (inferior-R-input-sender): added (thanks to KH).

	* S-mode.el (S-eval-paragraph): added. (from S-extras).

	* S-extras.el: removed S-eval-paragraph

	* Makefile: More in line with GNU standards.  Still WRONG,
	though.

Thu Apr	 3 14:38:09 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* S-help.el: Support for W3 viewing of R files is included.  It
	works (but could be better).  Removed until 5.0 :-).

	* S.el (S-proc-prefix): Moved before S-history-file definition,
	which now depends on it.

	* S-help.el (S-submit-bug-report): send to rossini@stat.sc.edu

	* S-inf.el (inferior-S-mode-map): C-x` should be C-c`
	(S-parse-errors).  Major modes NEVER use C-x prefixes!
	(inferior-S-mode-map): C-c C-a masks a useful function in comint.
	Need to find a second prefix for "hotkeys".

	* S-inf.el (S-object-name-db-file): added variable.
	(S-create-object-name-db): Use S-object-name-db.

	* S-inf.el (inferior-S-mode): Changed comint-completion-addsuffix
	definition, and made buffer-local (thanks: Kurt Hornik).

	* All_files : S-filenames-map is final name. (-p for functions.
	Bozo...).

	* S-inf.el (inferior-S-font-lock-keywords): changed variable name
	from S-inf-font-lock-keywords.
	(inferior-S-mode): changed variable name to
	inferior-S-font-lock-keywords from S-inf-font-lock-keywords.

	* S-modeadds.el (S-mode-load-hook): changed name of
	S-inf-filenames-map to S-filenames-map-p

	* S-inf.el (S-dir-modtime): changed name of S-inf-filenames-map to
	S-filenames-map-p
	(S-object-names): changed name of S-inf-filenames-map to
	S-filenames-map-p

	* S-mode.el (S-check-modifications): changed name of
	S-inf-filenames-map to S-filenames-map-p

	* S-inf.el: removed S-inf-filenames-map defvar.

	* S.el: Moved S-inf-filenames-map defvar here, renamed as
	S-filenames-map-p.

Wed Apr	 2 09:38:47 1997  Anthony Rossini  <rossini@stat.sc.edu>

	* TODO: updated ALL conversations and reasonings.

	* Makefile: removed extraneous commented-out parts.  Changed
	Prefloads, default Emacs, compilation flags, and infodir
	location.

	* S-mode.el (S-dump-object): added indent-region (thanks: Peter
	Dalgaard, <p.dalgaard@biostat.ku.dk>).

	* S-mode.el : changed default for S-else-offset to 0 (thanks:
	Peter Dalgaard, <p.dalgaard@biostat.ku.dk>).

Mon Mar 10 11:30:23 1997  Anthony Rossini  <rossini@fhat.stat.sc.edu>

	* General : moved the rest of the easymenu startup code here
	* General : edited Makefile for easier XEmacs distribution
	* S-site.el : added example Splus call (thanks: Claudia Yastremiz
	<claudia@ms.com>)

Fri Mar	 7 17:42:36 1997  Anthony Rossini  <rossini@fhat.stat.sc.edu>

	* S-trans.el : For easymenu menus, moved code from S-menu here.
	* S-mode.el : For easymenu menus, moved code from S-menu here.
	* S-inf.el : For easymenu menus, moved code from S-menu here.
	* Added	 code from Kurt H.

Mon Feb 10 11:14:42 1997  Anthony Rossini  <rossini@fhat.stat.sc.edu>

	* S-help.el : added/checked some of Martin's older patches (most
	in the 4.8.6 series).

	* Makefile (patch): added $(GZCAT) (normally zcat, but sometimes
	it's gzcat, if sys admins are GNU-suspicious).

	* S-mode.el: XEmacs compatibility, maintaining Emacs
	compatibility.

	* S-inf.el: See above.

	* S-trans.el: See above.

	* S-menu.el: added easymenu support, XEmacs menu hooks.

Mon Oct 14 16:24:14 1996  Local	 <local@florence>

	* S-inf.el: inferior-S-program -- only new if  S <--> R

Tue Jun 25 08:53:12 1996  Martin Maechler <maechler@stat.math.ethz.ch>

	* S-inf.el: (defun R ...); renamed 'S to 'S0;  S, R both call S0
	after setting variables.

	* S.el: added autoloads for 'R and 'R-mode.
	defconst  for S-help-S... and S-help-R	used in S-inf.
	* S-site.el: same autoloads

	* S-help.el : S-help-sec-regex,etc: defconst for S- and R-
	versions moved to S.el, since used in S-inf

	* S-mode.el (R-mode): added
	S-force-buffer-current: optional 2nd arg. 'force'

Mon Dec	 4 1995 -- Wed May 29 1996  Martin Maechler <maechler@stat.math.ethz.ch>

	* S.el: Fixed the syntax-table entry which broke 'beg.-of-function'.
	New variable  S-proc-prefix  (for using "R" and "S" simultaneously).

	* S-inf.el: S-synchronize-evals -> NIL (finally!).
	S-proc-name : Use new variable S-proc-prefix instead of hardwired
	"S"; the same for other places.
	S-execute-search: Use new variable inferior-S-search-list-command
	Switched binding of C-c C-k to S-force-buffer-current.

	Fixed LONG-STANDING bug in S-eval-region (when >= 2 S-processes)
	now using (get-S-process ...) instead of hardwired "S".

	* S-help.el: added S-eval-line-and-next-line to key bindings.
	Changed binding of request-a-process to C-c C-k as in other S-modes.
	New configurable variable  S-help-sec-regex  (for R help)

	* Makefile: texi, not texinfo; support for non-GNU tar; minor..

Mon Dec	 4 1995 -- Wed May 29 1996  Martin Maechler <maechler@stat.math.ethz.ch>

	* S.el: Fixed the syntax-table entry which broke 'beg.-of-function'.
	New variable  S-proc-prefix  (for using "R" and "S" simultaneously).

	* S-inf.el: S-synchronize-evals -> NIL (finally!).
	S-proc-name : Use new variable S-proc-prefix instead of hardwired
	"S"; the same for other places.
	S-execute-search: Use new variable inferior-S-search-list-command
	Switched binding of C-c C-k to S-force-buffer-current.

	Fixed LONG-STANDING bug in S-eval-region (when >= 2 S-processes)
	now using (get-S-process ...) instead of hardwired "S".

	* S-help.el: added S-eval-line-and-next-line to key bindings.
	Changed binding of request-a-process to C-c C-k as in other S-modes.
	New configurable variable  S-help-sec-regex  (for R help)

	* Makefile: texi, not texinfo; support for non-GNU tar; minor..


Wed Dec 13 17:27:53 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-inf.el (S-search-list): Would return nil if S-search-list was
	  nil and the search path had not changed (which could happen,
	  apparently)

Mon Dec	 4 10:21:52 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S.el: New syntax table.

	* S-trans.el: New bindings.

	* S-mode.texi: Updates for 4.8

	* S-mode.el:
	Autoload and bind S-list-object-completions.  S-request-a-process
	moved to C-c C-k.

	S-force-buffer-current: new function

	* S-menu.el: Many updates.

	* S-inf.el: S-object-list: docstring update

	S-directory is now used as the default S directory.  The current
	buffers default directory is used if it is nil.

	get-S-process: better error message.

	inferior-S-mode: Use comint-input-filter-functions instead of the
	deprecated comint-input-sentinel.
	Don't anchor paragraph regexps.

	S-list-object-completions: new function

	S-modtime-gt: bugfix

	S-complete-filename: don't use comint-last-inout-start

	* S-help.el: Make autoloads from S-inf.el.

	* Makefile: Deleted useless SCRATCH vbl.
	Use S-mode.texi, not S-mode.texinfo.

Thu Nov 30 13:10:17 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* Makefile: Version update

Mon Nov 13 14:46:13 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S.el (S-mode-syntax-table): Made syntax table independent of
	  c-mode-syntax-table

	* S-mode.el (S-check-modifications): Changed regexp to allow `w'
	  and `_' class syntax in object names

Wed Aug 23 16:37:10 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-inf.el (S-complete-filename): Checked form the beginning of
	  the *last* command to determine if we should complete a
	  filename.  History expansions work now.

Mon Aug 21 15:35:29 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-menu.el (S-transcript-mode-menu): New menu
	(S-inferior-S-mode-menu): Lotsa updates.

	* S-trans.el (S-transcript-copy-command): Renamed from
	S-transcript-copy-commmand (mmm).  Also switches to the S process.

	(S-trans-font-lock-keywords): strings keep other highlighting

	Lots of autoloads for S-mode.el stuff

	* S-help.el: Autoloads for stuff in S-mode.el

Tue Aug	 8 11:06:43 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-mode.el (S-dump-object-into-edit-buffer): Run a lambda
	S-source-directory in the process buffer

	(S-dump-object-into-edit-buffer): As for process if none attached

	* S-inf.el (S): Use default-directory only if S-directory is nil.
	* S.el (S-directory): Doc update

	* S-inf.el (S-modtime-gt): Fixed to give correct results

	(inferior-S-mode): Add S-search-path-tracker to
	comint-input-filter-functions, not comint-input-sentinel.

Tue Aug	 1 16:13:14 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-inf.el (inferior-S-mode): Don't anchor paragraph-start and
	paragraph-separate with "^" (for 19.29).

Tue Aug	 1 14:44:32 1995  David M Smith	 <maa036@mathssun5>

	* S-mode.el (S-eval-region): Make sure S-local-process-name is set.

	* S-inf.el (get-S-process): Better error message when no processes
	are running.

	* S-mode.el (S-eval-region): Make sure S-inf is loaded

Thu Jul 27 16:43:01 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-inf.el (S-list-object-completions): New function
	(inferior-S-mode-map): Bind it to M-?

Tue Jul 25 16:07:10 1995  David Smith  <D.M.Smith@lancaster.ac.uk>

	* Version 4.7 released.

	* Makefile (info): New target
	(install): Ignore errors in second cp in case LISPDIR==.
	(clean): Junk all the tex crap, too
	(VERSION): New variable
	(distrib): Use it
	(AUXFILES): Include ChangeLog
	(distrib): Make sure Makefile is writeable

	* S-inf.el (S-execute-screen-options): Added documentation.

	(S-multi): Use S-post-run-hook

	* S.el (S-keep-dump-files): Expanded documentation.
	(S-delete-dump-files): Expanded documentation.

	(S-post-run-hook): New variable.

Mon Jul 24 11:58:22 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S.el: Default for S-keep-dump-files is 'check

	* S-mode.el (S-mode): Make S-keep-dump-files buffer-local.
	(S-load-file): Meaningful values of S-keep-dump-files are nil,
	check, ask and anything else.
	(S-dump-object): If S-keep-dump-files is 'check, don't ask for
	confirmation when loading.

	* S-mode.el (S-dump-object-into-edit-buffer): Bug-fix; you can now
	create the Src directory if it doesn't exist.

	* S-site.el (window-system): Only add turn-on-font-lock to mode
	hooks if window-system is non-nil.  Also add to
	S-transcript-mode-hook.

Thu Jul 20 12:21:43 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-inf.el (S-inf-font-lock-keywords): Strings in input don't
	de-fontify anymore.

Wed Jun 28 12:15:57 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-mode.texinfo: Updated e-mail addresses, and used @@ instead of
	@.

	* S-mode.el (S-mode): Use S-mode-font-lock-keywords, not
	S-inf-font-lock-keywords

Mon Jun 26 12:14:10 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* Version 4.6 released
	* TODO, S-mode.texinfo, NEWS, Makefile: Update for 4.6

Mon Jun 26 12:09:55 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-trans.el: Font-lock support.

	* README: Update for 4.6

	* S.el: Version update: 4.6

	S-local-process-name added.

	* S-site.el:
	Deleted hilit19 patterns (font-lock patterns are now in the individual
	source files).	S-site should now be much more lightweight to load.

	Used add-to-list for the load-path.

	.s for S-mode files in auto-mode-alist by default.

	* S-mode.el: Font-lock support.

Fri Jun 23 13:56:54 1995  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-inf.el:
	Doesn't call comint-output-filter-functions in S-eval-visibly any more
	(and so works in 19.29).

	Font-lock support.

	Bound M-RET to S-transcript-send-command-and-move.

Wed Oct 26 12:37:15 1994  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-mode.el (S-check-modifications):
	Fixed a bug which occurred when the object
	name could not be found.

Tue Oct 25 16:28:54 1994  David M Smith	 <D.M.Smith@lancaster.ac.uk>

	* S-inf.el: Moved S-local-process name to S.el.
	(S-eval-visibly): Bugfix involving comint-last-output-end

Wed Jun	 1 11:03:34 1994  David M. Smith  (maa036@mathssun5)

	* Version 4.5 released.

	* Makefile: Update to distrib target

	* Makefile: Bugfix with info install

	* README: Update for 4.5

	* NEWS: *** empty log message ***

Wed Jun	 1 10:29:30 1994  David M. Smith  (maa036@mathssun5)

	* S-menu.el: Bugfix

Mon May 30 16:34:53 1994  David M. Smith  (maa036@mathssun5)

	* S-site.el: Major revision.

	* README: More detail in INSTALL section.

	* TODO: Initial revision

	* S.el: Version number update: 4.5

	* Makefile: Bugfix in SOURCES

	* Makefile: added S-mode.texinfo to AUXFILES

	* Makefile, NEWS, README: Initial revision

Fri May 27 17:18:50 1994  David M. Smith  (maa036@mathssun5)

	* S-mode.el, S-trans.el: Binding changes

	* S-help.el: Binding change

	* S.el: Define S-help as an alias for S-display-help-on-object.

	* S-inf.el: S-view-at-bottom: deleted function and keybinding
	Changed bindings of S-display-help-on-object and S-execute.

	* S-menu.el:
	Many modifications to S-inferior-S-mode-menu, including incorporation
	of the old hotkey menu.

	* S.el: Autoload for S-load-file.

	* S-help.el: S-submit-bug-report: new function

	* S.el:
	Added autoloads for S-dump-object-into-edit-buffer and S-parse-errors.

	* S.el: Added an autoload for S-submit-bug-report

	* S-mode.el:
	Added a provide call.  Can't imagine why it wasn't there before.

	* S-mode.texinfo: Initial revision

Fri May 13 09:57:00 1994  David M. Smith  (maa036@mathssun5)

	* S.el: Version number update: 4.4

	* S-inf.el: bugfix

	* S-inf.el: S-compiled-dir: new function
	S-object-names: support it

	* S-inf.el: Support for S-object-name-db.
	S-object-names: modified
	S-get-words-from-vector: new function
	S-create-object-name-db: new command

Wed May 11 14:18:27 1994  David M. Smith  (maa036@mathssun5)

	* S-trans.el: Defined S-transcript-send-command-and-move

	* S-menu.el: Dunno.

Fri Apr 29 14:30:55 1994  David M. Smith  (maa036@mathssun5)

	* S-mode.el:
	S-continued-statement-p: minor bugfix. Removed the (bolp) test; I
	don't know why it was there but it caused top-level statements to be
	indented.

	S-insert-local-variables: removed (obsolete)

	* S-mode.el: S-dump-object-into-edit-buffer: rewrite.  Implemented
	S-delete-dump-files.

	S-dump-object: new function

	S-find-dump-file-other-window: new function

	* S.el: New option S-delete-dump-files

	* S.el: Version number change (4.3)

Thu Apr 28 12:58:41 1994  David M. Smith  (maa036@mathssun5)

	* S-mode.el: Definition and implementation of S-mode-silently-save.

Fri Apr 22 14:40:56 1994  David M. Smith  (maa036@mathssun5)

	* splitup2/S-inf.el (S-get-directory): Cause an error if an
	  invalid directory is specified.

Wed Mar 16 14:19:31 1994  David M. Smith  (maa036@mathssun5.lancs.ac.uk)

	* splitup2/S-inf.el (inferior-S-primary-prompt): prompts are
	  optionally followed by one space.
	  (S-complete-object-name): No longer runs indent-for-tab-command
	  (S-after-pathname-p): deleted
	  (S-complete-filename): New function
	  (inferior-S-mode): Better completion support, thanks to the new
	  comint.

Wed Feb 23 15:50:28 1994  David M. Smith  (maa036@mathssun5.lancs.ac.uk)

	* splitup2/S-inf.el (S-search-list): Bugfix where relative
	  pathnames in search list were expanded in wrong directory

Fri Feb 18 19:27:10 1994  David M. Smith  (maa036@mathssun5.lancs.ac.uk)

	* splitup2/S-mode.el (S-check-modifications): Don't cause an error
	  if the source file has been deleted.

Tue Feb 15 12:11:42 1994  David M. Smith  (maa036@mathssun5.lancs.ac.uk)

	* splitup2/S-inf.el (S-temp-buffer-p): Deleted. There is no longer
	  any dependence on this variable: S-local-process-name suffices.
	(S-local-variables-string): Deleted. File extensions should be
	good enough for setting the mode.
	(S-cleanup): Simplified. Doesn't delete files.

	* splitup2/S-help.el (S-help-mode): Make S-local-process-name
	  local.

	* splitup2/S-mode.el (S-mode): make S-local-process-name
	  permanent-local.
	  (S-insert-function-templates): deleted, S-function-template has
	  this functionality now.
	  (S-function-template): May be nil or a string. Point is placed
	  after first open.

	  (S-dump-object-into-edit-buffer): If S-keep-dump-files is nil,
	  don't delete files, but don't make backups either.

Mon Feb 14 14:53:17 1994  David M. Smith  (maa036@mathssun5.lancs.ac.uk)

	* splitup2/S-mode.el (S-check-modifications): New function
	(S-load-file): Rewrite. Only ask for a filename if the current
	buffer is not in S-mode. Always offer to save.

	* splitup2/S-inf.el (S-inf-filenames-map): New variable
	(S-object-names): Use it
	(S-extract-onames-from-alist): Supply directory name
	(S-get-modtime-list): Supply directory name for quicker completions

	(S-object-modtime): New function
	(S-modtime-gt): New function

Fri Feb 11 14:49:29 1994  David M. Smith  (maa036@mathssun5.lancs.ac.uk)

	* splitup2/S-mode.el (S-mode): Set parse-sexp-ignore-comments to
	  t; there are no longer any limitations with this in elisp.

Wed Feb	 9 13:25:12 1994  David M. Smith  (maa036@mathssun5.lancs.ac.uk)

	* splitup2/S-trans.el (S-transcript-send-command-and-move): New
	  function

	  (S-transcript-send-command): Doesn't move any more.

	* splitup2/S-inf.el (S-eval-visibly): Call
	  comint-output-filter-functions

Wed Jan 26 11:15:46 1994  David Smith  (maa507@mathssun5.lancs.ac.uk)

	* S.el	(S-search-list): Caches result in S-search-list <v>
	(S-execute-objects): Use it
	(S-search-list <v>): Now just a cache. Don't access directly
	Completions are now calculated on demand; as a result the first
	completion in a session will take a long time. The results are
	cached, however, so remaining completions should be fast.

Sun Jan 23 17:56:46 1994  David Smith  (maa507@mathssun5.lancs.ac.uk)

	* S.el (S): If S-ask-for-S-directory is unset, set
	  default-directory to S-directory.

Wed Jan 19 16:16:10 1994  David Smith  (maa507@mathssun5.lancs.ac.uk)

	* S-site.el: Added (cond (window-system ...)) calls so that all
	  users (even those without window systems) can safely require
	  this file.

Thu Jan	 6 15:15:53 1994  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	Version 4.1alpha released to wingra
	* S.el: deleted S-set-display and associated variables.

Fri Dec 24 11:56:00 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-command): Rewrite. Now uses a new filter to redirect
	  output to the buffer; comint never sees the output. This filter
	  could feasibly be accomodated to detect the prompt itself;
	  allowing for an "in the background" implementation of S-command.

	  (S-process-sentinel): Reports date; useful if you have run many
	  S sessions in one transcript file.

Thu Dec 16 12:47:38 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-multi): Ask for transcript file, maybe
	(S-ask-about-transfile): new variable
	(S-get-directory): replaces S-set-directory

Wed Dec 15 12:10:11 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-loop-timeout): Increased

Mon Dec 13 10:11:25 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-command): Avoids calling comint-output-filter-functions
	  until the last minute.
	  (S-complete-object-name): Complete rewrite of completion
	  routines. Completion should now be accurate in every situation:
	  the only way to make it wrong is to use assign() to assign into
	  a dataframe not at position 1. Uses objects() to make listings,
	  so you don't get .Data, .Help etc. Should now be able to make
	  this work for DOS users.
	(S-object-list): New buffer-local vbl; cache of completions

Thu Dec	 9 12:08:09 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-process-sentinel): Can now see message after q()

Tue Nov 16 09:25:41 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-mode): kill-all-local-variables
	(S-insert-local-variables): Use ### instead of # in local
	variables section.

Mon Nov 15 10:31:02 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (inferior-S-mode): Changed
	  comint-after-partial-pathname-command to
	  comint-after-partial-filename-command (new comint)

Sun Nov 14 17:18:55 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el: Version 4.00alpha. Made available for FTP, and
	  announced on the S-mode mailing list

Fri Nov 12 12:36:06 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-transcript-mode): Created.
	(S-execute-screen-options): Added.

Thu Nov 11 12:30:06 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-find-help-file): More intuitive defaults when requesting
	  help generated by S-read-helpobj-name-default.

	  (S-eval-visibly): Doesn't wait for prompt after the last line of
	  text has been sent.

	  (inferior-S-send-input): Big improvement in the handling of
	  multi-line inputs. Users should use LFD (not RET) to continue
	  incomplete commands. Should automate this.

Thu Oct	 7 14:45:00 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (inferior-S-mode): Few mods to make it work with the new
	  comint.

Mon Sep 27 11:21:56 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (inferior-S-get-old-input): Now separates multi-line
	  commands by newlines instead of spaces. This produces messier
	  output, but avoids S's 255 char line limit for commands.

Sun Sep 26 17:38:59 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-kill-buffer-function): Added to kill-buffer-hook in the
	  process buffer.

Fri Sep 17 11:23:36 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-display-temp-buffer): Uses temp-buffer-show-function
	  instead of popper.

	  (inferior-S-mode): Fixed a typo of paragraph-separate appearing
	  as paragraph-start.

Wed Sep 15 11:47:51 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el: Converted old E18 variables (buffer-flush-undo,
	  comment-indent-hook) to E19 versions. Removed the require for
	  comint-extra -- now contained in the new comint.el. Removed
	  autoload for comint-isearch -- that's the user's decision.
	(inferior-S-prompt): Now generated from inferior-S-primary-prompt
	  and (new variable) inferior-S-secondary-prompt

Tue Sep 14 09:33:03 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-multi): Makes use of Simon Marshall's new comint.el. New
	  variable S-history-file for saving histories. Calls
	  comint-read-input-ring. Sets the sentinel.
	(S-process-sentinel): Created. Automatically saves the history
	  ring if the S process dies.

Sun Sep 12 18:53:40 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el: (S-multi). Now always switches to the buffer associated
	  with process N, if available.

	(inferior-S-make-comint): New calling procedure; bufname is the
	  literal buffer name (no *'s are added); procname is the process
	  name to use.

Tue Sep	 7 16:20:11 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (inferior-S-mode-map): Unbound comint-[mp]search input, and
	comint-isearch, as I haven't tested them yet.
	(inferior-S-mode): replaced input-ring-size with
	comint-input-ring-size (Vivek Khera <khera@cs.duke.edu>).

	* comint-extra.el: Added comint-msearch* and comint-psearch*,
	commented out in the E19 distribution of comint.el

	* comint-isearch.el: Back in the distribution

Fri Sep	 3 16:20:28 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (S-mode): Replaced the documentation string, and removed
	the code which set it explicitly. Doing this was breaking the byte
	compiler. Version 3.63

Wed Aug 25 17:36:57 1993  David Smith  (dsmith@spam.maths.adelaide.edu.au)

	* S.el (inferior-S-send-input): Added a hook: S-send-input-hook,
	so that I could do nice things with highlighting. This will
	probably disappear or change.

Sat Aug 14 14:48:11 1993  David Smith  (dsmith@spam)

	* S.el (S-extract-onames-from-alist): Modified so that
	S-complete-object-name will work in the minibuffer (e.g. through
	command S-execute.)

	* S.el: Restructured the entire S.el file into meaningful
	sections. The file now uses Outline mode.

	* S.el: Tek mode is no longer supported. Moved all Tek-related
	variables and functions to S-tek.el, and commented out any code
	references to them.

	* S-tek.el: This file is no longer supported. Moved all
	Tek-related functions and variables in S.el to the end of this
	file.

Wed Aug	 4 16:35:24 1993  David Smith  (dsmith@spam)

	* S.el (S-complete-object-name): Fixed regexp so that completion
	over lists works properly.

Thu Jul 22 12:25:46 1993  David Smith  (maa507@mathssun4)

	* S.el: Uses s-menu instead of s-simple-menus.

	* s-menu.el: Totally rehacked from s-simple-menus.el to use
	easymenu.el, to take advantage of Emacs 19 menus.

	* S.el: Rehacked the multiple process code so that local variables
	are used to store process-specific variables. I really don't know
	why I didn't do this in the first place. As a result multiple
	processes actually seem to work, now.
	(S-request-a-process): Now enters initial input

Sun Jul 18 12:15:27 1993  David Smith  (maa507@mathssun4)

	* S.el: Created this change log file, and moved the change log
	from S.el here.

The following is from the original Changelog section of S.el

  Release 2.1 on October 14, 1991 to statlib@stat.cmu.edu,
     and to the elisp archives at OSU (brennan@dg-rtp.dg.com (Dave Brennan))
  and announced on internet.s-news, netnews.gnu.emacs.sources, &
    andrew.programs.S
 -------------------------------------------------------
     Jul 26	     1991  Frank Ritter
   * added S-mode-load-hook & S-pre-run-hook
     and testing by neilc@research.att.com
     Jul 9	     1991  Frank Ritter
   * Changed S-command to use a register rather than
       the kill ring.
   * Better file header, comments now at 60 col so
       mailers wont' eat them.
   * Better S-extract-word-name.
   * Added S-mode-version variable
   * Changed syntax table to read |#; appropriately

 Wed Nov 28 11:03:50 1990  Ed Kademan  (kademan at hermes)
   * Make the S-mode-syntax-table a slightly modified
       version of the c-mode-syntax-table instead of a
       version of the one for lisp.

 Sat Nov 10 12:41:52 1990  Ed Kademan  (kademan at hermes)
   * Made run-S and run-s commands synonymous with the
       function S.

 Fri Oct 19 12:41:52 1990  Ed Kademan  (kademan at hermes)
   * Made S-directory a user modifiable variable.  S will
       run from that directory.

 Thu Oct 18 12:41:52 1990  Ed Kademan  (kademan at hermes)
   * Added function S-nuke-help-bs to clean up nroff
       style text in the S help buffer.	 This function is
       a modification of nuke-nroff-bs from man.el.
 -------------------------------------------------------
 Unnumbered version released dated Thu Jun 14 09:56:56 CDT 1990

 Fri Jan 17 1992 Dave Smith (dsmith@stats.adelaide.edu.au)
   * Help mode for reading files. When asking for an object to
     run help on, completion is over those help files that exist.
   * Added object name completion, and made S-get-object-list
     efficient enough to make it worthwile.
   * Error parsing for loaded files
   * Better customization of file-names, with sensible defaults
   * Sensible buffer names for object buffers
   * Corrected definition for `.' in syntax table
   * Improved (and simplified) S-read-object-name-default
   * Included pager='cat' to default help-command specification
   * Added a call to run-hook for S-pre-run-hook
   * Changed keymaps to conform with GNU guidelines
     (i.e. no \C-letter bindings)
   * S-command has a new third argument, visible

 Tue May 27 1992 Dave Smith (dsmith@stats.adelaide.edu.au)
   * now copes with dynamically changing prompts (reported by Doug Bates)

 Thu May 29 1992 Dave Smith (dsmith@stats.adelaide.edu.au)
   * Added S-execute, modified S-execute-* to use it.

 Mon Jun 22 1992 dsmith
   * Added S-mode editing commands written by Ken'ichi Shibayama
     (shiba@isac.co.jp). A big win.
   * Removed the redundant argument to S-switch-to-end-of-S
   * S-function-pattern improved
   * added S-eval-visibly, S-eval-visibly-p and modified S-eval-*
     to use them
   * added S-eval-line-and-next-line
   * eval commands can now echo in the process buffer
   * added S-kill-output and S-view-at-bottom
   * added a binding for comint-isearch and autoloaded it
   * added S-execute-in-tb. S-parse-errors now takes prefix arg.

 Thu Jun 25 1992 dsmith
   * Moved some doctrings to comments (Frank Ritter)
   * The Tek stuff now lives in a separate file (Frank Ritter)
   * Fiddly C-c ESC M-. bindings in S mode and Help mode moved
       to C-c M-. bindings (Martin Maechler)
   * S-execute-objects now uses variable inferior-S-objects-command
       whose value depends on S version. (Ken'ichi Shibayama)
   * Symbols given uniform prefixes: S- or inferior-S- (Frank Ritter)

 -- Version 3.41 released to Statlib and Emacs Archive --

 Tue Jul  7 11:56:59 CST 1992 dsmith
   * S-execute-attach now updates the internal search list. This
     is a manifestation of a general bug: S-command doesn't call
     S-search-path-tracker

 Wed Jul 29 09:38:54 CST 1992 kenichi
   * Several fixes to indenting code. New variable S-else-offset.
     Indentation of code not within braces. expression() indentation.
     Correct handling of in-line comments.

 Fri Aug  7 10:52:06 CST 1992 dsmith
   * S-execute now uses S-mode-minibuffer-map.
   * Setting indentation variables in .emacs now has some effect.
   * Files retrieved by S-dump-object-into-scratch are now automatically
     placed in S-mode.

 Fri Jul 28 1992 R.D.Ball
   added multi-S to allow multiple S sessions
   run by ESC-x S or with numeric prefix arg e.g. ESC-2 ESC-x S
   The current S process is determined by S-process-name,
   this is modified by typing a return into a non-current S process
   buffer.
   Variables S-process-name-list, S-current-process-name
   and functions update-S-process-name-list, get-S-process to
   replace (get-process "*S*"), and checks for existence of process,
   buffer in inferior-S-mode

   made function S-eval-line-and-next-line keep to the bottom of
   the S process buffer so user can see results when working interactiveley
   To do this an optional arg eob was added to S-eval-visibly
   To go to bottom of window it was necessary to use
   switch-to-buffer-other-window, but this only when eob is t.
   Additionally, if S-eval-visibly-at-end is t the functions
   S-eval-region etc. also display results at the end of the
   current process buffer.

   Default directory for starting S is now the current directory
   for the current buffer. (Set S-use-current-directory to nil to
   avoid this).


 Sat Sep 19 18:35:10 CST 1992 dmsith

   * Modified Rod's multi-S code so that it works properly.
     S-process-name-list is now an alist whose CARs are the process
     names and whose CDRs is an alist of variable . value pairs
     specific to particular processes (so e.g. completion works
     properly for each buffer.) The function
     S-get-process-specific-vbls does the work, and any
     process-specific variables should be mentioned here.
     S-mode buffers know which process they should evaluate into.

   * New command S-request-a-process which should be bound to a key.

 Wed Nov  4 dsmith
   * S-load-file now informs you if S gave a warning during load.
     Also, the S-errors buffer is displayed using popper, if available
   * C-x ` is now also bound in S-mode.
   * Installed Frank's menus

 Wed Nov 18 dsmith
   * Bound M-TAB and M-? to comint completion functions in inf-S-mode
     and S-mode
   * In the process buffer, a paragraph is a promwpt, a command and its
     output, to make the paragraph functions useful
   * Multiple S sessions in a process buffer are delimited by ^L, to
     make the page functions useful
   * In process buffer mode line, name of process is shown in [..]
     (in case buffer name is changed.) In edit buffers, the name
     if the process the buffer belongs to is shown in []'s

 Wed Nov 21 dsmith
   * Nuked S-make-function, since it is now obsolete
   * Added S-clean-region
   * M-TAB in S-mode now completes *files*, not objects. Object
     completion has moved to C-c TAB.
   * Bound k in the help buffer to 'kill-buffer.
   * Local variables are added to files accessed with C-c C-d, if needed.
   * Fixed incorrect use of 'save-buffer in several places.
   * Bound C-c C-p to 'S-request-a-process
   * Replaced S-beginning-of-function and S-end-of-function to DMS's
     versions, since Frank's don't work with the new function regexp.
   * New variable S-synchronize-evals (Martin Maechler)
   * Changed default of S-eval-visibly-p to t.

 Wed May 12 dmith
   * Change definition of S-dumped-missing-re to cope with 3.1

