ESS[SAS]: somebody forgot about the SUM statement (probably me)
[ess.git] / doc / newfeat.texi
blob05c4b304890e1e63b2b6bca12880102cb7b6f463
1 Changes/New Features in 5.3.7:
2 @itemize @bullet
3 @item @ESS{}: @code{ess-default-style} now *is* customizable, i.e.,
4   changing its value in @file{~/.emacs} now does have the desired effect.
5 @item @ESS{}: @code{ess-font-lock-mode} is a new variable (default: t)
6 which controls whether font-locking is enabled in ESS buffers.
7 @item @ESS{[R]}: for XEmacs on Windows; another tweak to find R versions
8 @item @ESS{[SAS]}: font-locking updated for ODS and SAS Bayesian Procedures;
9 a more consistent handling of SAS options by
10 @code{ess-sas-submit-command-options} which is buffer-local; portable
11 snooze for MS Windows via customize-able @code{ess-sleep-for} (floats welcome)
12 @item @ESS{[Rnw]}: now also works with ``emacs -nw'' and Emacs 22.
13 @end itemize
15 Changes/New Features in 5.3.6:
16 @itemize @bullet
17 @item @ESS{}: for XEmacs, using ``gnuclient'' (without a ``-q'') works for
18  things like fix() after M-x gnuserv-start has been done.
19 @item @ESS{[R]}: M-x R-newest should now work in more situations on MS
20  Windows, e.g., when R has been installed in a non-default "ProgramFiles"
21  directory tree.  In these cases, there's no need to specify the name (and
22  full path) of the R program anymore.
23 @item @ESS{[R]}: For XEmacs, startup (with new tooltip code) works again.
24 @end itemize
26 Changes/New Features in 5.3.5:
27 @itemize @bullet
28 @item @ESS{[R]} a new defun is available, @kbd{M-x R-newest}, which will start
29 the newest version of R that it can find on your system.
30 @item @ESS{[R]} add Sven Hartenstein's ``R function arguments tips''
31  functionality, via new file @file{../lisp/essd-r-args.el}.
32  Note that this includes an ``electric "("'' behavior inside @code{R-mode}
33  which is @emph{active by default} and can be customized via
34  @code{ess-r-args-electric-paren}; i.e., use @code{(setq
35  ess-r-args-electric-paren nil)} to turn it off.  Further,
36  @code{ess-r-args-show-as} allows to switch to the ``tooltip'' mode.
37 @item @ESS{}: functions @code{ess-get-pdf-viewer} and *-ps-viewer; built on new
38  customizable variables @code{ess-pdf-viewer-pref} and
39  @code{ess-ps-viewer-pref}; currently used in @code{ess-swv-PDF} and
40  @code{*-PS}.
41 @item @ESS{[R]} Improved @code{ess-swv-PDF} to run pdf viewer only if
42  pdflatex was ok
43 @item @ESS{[R]} Improved @code{ess-swv-weave} to start R automatically if
44  none is running.
45 @item @ESS{}: Do no longer ask @emph{which} ESS process to use if there
46  is only one.
47 @end itemize
49 Changes/New Features in 5.3.4:
50 @itemize @bullet
51 @item @ESS{[R]} now better work with options(error=recover); and the
52 new default of CHM help files on windows.
53 @item @ESS{[R]} some more cleanup in the ``sweave'' functions
54 @item miscellaneous fixes
55 @end itemize
57 Changes/New Features in 5.3.3:
58 @itemize @bullet
59 @item @ESS{[S]} fix buglet (5.3.2 only) which left command prompt in
60 ``execute buffer'' and hence help files.
61 @item new customizable variable @code{ess-display-buffer-reuse-frames}
62 set to true (which changes default behavior) such that execution or
63 help *frames* are reused.
64 @end itemize
66 Changes/New Features in 5.3.2:
67 @itemize @bullet
68 @item Classic BUGS now supported by @code{(require 'essd-bugs)} with @ESS{[BUGS]}
69       and JAGS by @code{(require 'essd-jags)} with @ESS{[JAGS]}.  But, only one
70       of them can be used at a time since they don't play nice together.  Also,
71       @kbd{C-c C-c} is now bound to the function @code{ess-bugs-next-action}
72       (@kbd{F12} has been retired).  And finally, note that @file{essl-bug.el}
73       is deprecated and the replacement is @file{essl-bugs.el}.
74 @item @ESS{[R]} Improved some of the ``Sweave-make''
75  functions (yet scarcely documented) in @file{ess-swv.el}.
76 @item @ESS{[S]} No longer mess with .Last.value (nor in other ``languages'').
77 @end itemize
79 Changes/New Features in 5.3.1:
80 @itemize @bullet
81 @item See the docs for 2 ways to install @ESS{} for XEmacs
82       @enumerate
83       @item by uncommenting the XEmacs part of
84             Section 1 of @file{Makeconf} and performing @code{make install}
85       @item by unpacking either
86             @file{ess-5.3.1.tgz} or @file{ess-5.3.1.zip} into
87             @file{PREFIX/lib/xemacs/site-packages} on unix or
88             @file{PREFIX\XEmacs\site-packages} on windows
89       @end enumerate
90 @item @ESS{[R]}: fixed bugs so that Rterm.exe can be found by XEmacs
91 @item @ESS{[S]}: @kbd{ess-toggle-S-assign-key} is slightly changed; in
92  particular, the default @code{ess-assign-key} is now @kbd{C-x =}.
93 @item @ESS{[R]}: @kbd{M-x R-site-search} is a new (slightly experimental)
94  utility similar to R's @code{RSiteSearch(..)} but with the advantage of
95  using Emacs' preferred browser, see @code{browse-url-browser-function}
96 @end itemize
98 Changes/New Features in 5.3.0:
99 @itemize @bullet
100 @item @ESS{[BUGS]}: sanely re-format statistical output, @file{.bog},
101 from scientific notation to numbers rounded with 4 decimal places
102 with @kbd{M-x ess-bugs-sci-round-to-4-dp}.
103 @item The keys for navigating among section headings in help buffers
104 worked, but only for one language per session; they should now work for
105 multiple languages.  (They were also broken on Windows machines.)
106 @item @ESS{[S]} long standing buglets in the internal logic for loading
107 lisp code on Windows.  Particularly fixed behavior in help mode with S-plus
108 GUI.
109 @item New variable, @code{ess-use-inferior-program-name-in-buffer-name},
110 which enables using the executable name instead of the dialect name for
111 R. Feature request.
112 @item @ESS{[S]} @kbd{ess-execute-screen-options}
113 now also works correctly when there is more than one window *side-by-side*
114 in the same frame and runs in the correct buffer also when there is more
115 than one S buffer.
116 @item @iESS{[S]} new functions @code{ess-eval-paragraph-and-step} and
117  @code{ess-eval-function-or-paragraph-and-step} are bound to keys
118  @kbd{C-c C-p} and @kbd{C-c C-c} respectively and to the menu in
119  @ESS{}-mode; also bound in the help mode (for evaluating examples).
120 @item @ESS{[S]} new function @code{ess-toggle-S-assign-key} allows to
121 assign the `` <- '' insertion to an arbitrary key.
122 @end itemize
124 Changes/New Features in 5.2.12:
125 @itemize @bullet
126 @item @ESS{[SAS]}: @kbd{M-;} fixed, but the XEmacs function @code{comment-dwim}
127 may be broken, if so, use @kbd{M-x comment-region} and @kbd{M-x
128 uncomment-region} instead; only valid PROCs are fontified which is very
129 helpful finding syntax errors (currently supported: BASE, ETS, FSP, GRAPH,
130 IML, INSIGHT and STAT); the ``feature'' where @kbd{F}-keys take you to an
131 empty buffer when the requested destination is a file that does not exist
132 has been fixed, now the request results in a no-op.
133 Further, sas-mode now also works in simple terminals.
134 @item Rterm/Cygwin combination works under Microsoft Windows.
135 @item @ESS{[R]}: internal calls use baseenv() instead of NULL and
136 define 'baseenv' where needed.
137 @item New experimental support for installing ESS.  See the file
138 @file{lisp/ess-install.el}.
139 @end itemize
141 Changes/New Features in 5.2.11:
142 @itemize @bullet
143 @item ESS Info entry and @file{dir} handled more effectively for GNU Emacs users
144 @item @ESS{[SAS]}: temporary files created for batch submission of a
145 region are now named based on the current file; see @code{ess-sas-file-root}
146 for details; all @code{lag} and @code{dif} functions now fontified correctly
147 @item iESS[SAS]: fixed a few nagging bugs, however, still does not appear to
148 work at this time; please let us know if you have any ideas.
149 @item @ESS{[S]}: Support for running other versions of Splus has been
150 added for unix.  Two new variables, @code{ess-s-versions} and
151 @code{ess-s-versions-list}, are used to tell ESS what other versions of
152 Splus you would like to run.
153 @end itemize
155 Changes/New Features in 5.2.10:
156 @itemize @bullet
157 @item @ESS{[R]}: ess-r-versions can no longer be customized (since the
158 customization was not taking effect unless customizations were loaded
159 before ESS).  Its value has been changed so that it will also find R
160 executables beginning ``R-devel'' and ``R-patched''.  If you wish to
161 change this variable, it must be set in your @file{.emacs} before ESS is
162 loaded.
163 @item Installation with GNU Make enhanced:  unix and unix-like
164 operating systems will now be able to install @ESS{} for all
165 users in either a GNU Emacs site-lisp or an XEmacs package
166 configuration by editing @file{lisp/ess-site.el} and @file{Makeconf}
167 accordingly, then issuing @code{make install}
168 @item @ESS{[S]}: Filename completion (inside strings) now also works in
169 XEmacs for R and S-plus.
170 @c working around a bug in XEmacs
171 @end itemize
173 Changes/New Features in 5.2.9:
174 @itemize @bullet
175 @item @ESS{[R]} for Windows:  the \ directory character bug
176 with respect to ess-load-file has been eradicated.
177 @item @iESS{[SAS]}: @kbd{C-c C-r} and @kbd{C-c C-b} once again
178 work as intended and documented.
179 @item @ESS{[S]}: M-x ess-fix-EQ-assign is a bit more agressive.
180 @item @ESS{[S]}: Imenu now also shows setAs(), etc.
181 @item @ESS{[R]}: R function pattern enhanced with underlying code such that
182  @kbd{M-C-a} (@code{ess-beginning-of-function}) etc now work for many more
183  cases, including S4 method definitions.
184 @item @iESS{[R]}: myOwnhelp(1) no longer wrongly triggers help(1).
185 @item @ESS{[R]}: Improved detection of bogus help buffers: valid help
186  buffers containing with the string ``no documentation''(e.g. contour)
187  were being treated as bogus.
188 @item @ESS{[R]}: In R help buffers, if @code{options("help.try.all.packages" =
189  TRUE)} then @code{?rlm} will list which packages rlm is defined in.  This help
190  buffer is not bogus, but instead is now relabelled ``*help[R](rlm in
191  packages)*''.
192 @item @ESS{[STA]}: add ``//'' as comment starting character to syntax-table.
193 @end itemize
195 Changes/New Features in 5.2.8:
196 @itemize @bullet
197 @item iESS: [Tab] completes @strong{file} names ``inside string'' as in
198 earlier (<= 5.2.3) ESS versions.
199 @end itemize
201 Changes/New Features in 5.2.7:
202 @itemize @bullet
203 @item If you use Custom to change the variable ess-toolbar-items,
204 the new toolbar is used in all subsequent ESS buffers.
205 @item @ESS{[SAS]}: new feature:  if ess-sas-log-max >0 and
206 your .log grows to more than ess-sas-log-max bytes, just
207 the first ess-sas-log-max bytes are refreshed; this is helpful when your .sas program
208 generates lots of error messages and gets too big for emacs to display
209 @item @ESS{[R/S]}: @kbd{M-;} in R/S editing modes will now indent with
210 either one or two hashes depending on context.
211 @item @ESS{[R]}: David Whiting's Sweave extensions (to 'noweb')
212 are now available (from ess-swv.el loaded by default).
213 @end itemize
215 Changes/New Features in 5.2.6:
216 @itemize @bullet
217 @item Removed non-ASCII characters in a few files.
218 @item @ESS{[R]}: now works better when UTF-8 locale is active; in
219  particular, you get correct directional quotes in R's startup message
220  for R-devel (unstable development version of R 2.1.0) when using
221  environment variables LANGUAGE=en@@quot LC_ALL=en_US.UTF-8
222 @item @ESS{[SAS]}: toggling of .log mode improved (@kbd{F10}); toggling of
223 .lst mode now also available (@kbd{C-F10}); killing all buffers associated
224 with .sas program no longer bound to @kbd{C-F10} since its a bit overzealous.
225 @item S-Plus 7 for Windows is now recognized.
226 @item @ESS{[S]} (incl.@: R): in auto-fill mode, strings are not wrapped anymore.
227 @item @ESS{[S]} (incl.@: R): font-lock now correctly differs between R and S,
228 e.g., for "_"; both now fontify warning(.) and S does terminate() additionally.
229 @item Support for `bell' aka `beep' aka `ding' aka `alarm' in all inferior
230 modes: When \a is output ``to the the console'' at the beginning of a line,
231 the bell is rung.
232 @end itemize
234 Changes/New Features in 5.2.5:
235 @itemize @bullet
236 @item @ESS{[R]}: @kbd{C-c C-q} or @samp{Quit S} from the menu now should work
237 (again and less klunkily) and do not append @samp{-exited} to the
238 buffer name.  Further, the behavior of @code{(ess-cleanup)}, called from
239 ess-quit, now depends on the new customizable variable
240 @code{ess-S-quit-kill-buffers-p} which defaults to @code{nil}.
241 Consequently, the question @emph{``Delete all buffers associated
242 with ..?''} will not be asked anymore by default.
243 @item @ESS{[SAS]} -- ess-ebcdic-to-ascii-search-and-replace will now work
244 with the @code{recode} application as well which is available on many platforms
245 @item @ESS{[S]} (incl.@: R): Name completion for slots of S4 objects now works!
246 @end itemize
248 Changes/New Features in 5.2.4:
249 @itemize @bullet
250 @item The documentation now includes an overview of how to use the emacs
251 TAGS facility for S functions.  (The distribution also used to contain a
252 directory @file{etc/other/Tags} where a ~1990 version of @file{etags.c} was
253 distributed; this is no longer relevant and so has been deleted.)
254 @item @ESS{[SAS]} -- When you are working with EBCDIC files on an ASCII
255 platform, .log NOTEs may display as gibberish since the EBCDIC
256 characters are not converted to ASCII prior to their display.  So,
257 the function ess-ebcdic-to-ascii-search-and-replace is provided for
258 convenience and is bound to @kbd{C-F11}.  This function requires the
259 @code{dd} command (only available on unix or unix-like platforms).
260 @item ESS: Completion of object names is now always done dynamically rather
261 than allowing the option of using a pre-computed database (by
262 @code{ess-create-object-name-db}) since modern computers seem fast
263 enough for dynamic completion.  (We expect few users, if any, have
264 been using the pre-computed database method.)
265 @item ESS: object completion in iESS buffers running on Windows was
266 very slow (for GNU Emacs, but not XEmacs) and has now been fixed.
267 Further, it was more or less broken for all versions of S-plus 6.x,
268 and has been fixed to work everywhere but with the Windows' GUI of
269 S-plus.  The list of objects now shows unique names also when an
270 object appears more than once in the search path.
271 @item @ESS{[R]}: Completion of object names now also includes those
272 starting with ``.''.
273 @end itemize
275 Changes/New Features in 5.2.3:
276 @itemize @bullet
277 @item ESS: When new inferior ESS processes are created, by default they
278 will replace the current buffer (this restores behavior from pre
279 5.2.0). If you wish new ESS processes to start in another window of the
280 current frame, set inferior-ess-same-window to nil.
281 @item New variables inferior-Splus-args and inferior-R-args provide a
282 way to pass command line arguments to starting S and R processes.
283 @end itemize
285 Changes/New Features in 5.2.2:
286 @itemize @bullet
287 @item bug-fixes for 5.2.1 (require 'executable), html docs, etc.
288 @item ess-lisp-directory/../doc/info added to Info-directory-list
289 if ess-info not found by info
290 @item @ESS{[R]}: If you have other versions of R on your
291 exec-path, such as "R-1.8.1" with Unix or "rw1081" with Windows,
292 ESS will find them and create appropriate functions, such as
293 @kbd{M-x R-1.8.1} or @kbd{M-x rw1081}, for calling them.
294 By default only Unix programs beginning "R-1" and
295 "R-2" and Windows programs parallel to the
296 version of R in your exec-path will be found,
297 but see ess-r-versions and ess-rterm-versions for ways to find other
298 versions of R.
299 @item @ESS{[R]}: Other versions of R, such as "R-1.8.1" on Unix and "rw1081" on
300 Windows, are added to the
301 "ESS / Start Process / Other" menu.
302 @item @ESS{[S]}: If you have other versions of S-Plus on your Windows computer,
303 such as S-Plus 6.1 or S-Plus 4.5, ESS will find them and create appropriate
304 functions, such as @kbd{M-x splus61}, for calling the console version (Sqpe)
305 inside an emacs buffer.  By default only
306 programs installed in the default location will be found, but see
307 ess-SHOME-versions for ways to find other versions of S-Plus.
308 @item @ESS{[S]}: Other versions of Sqpe on Windows, such as "splus61",
309 are added to the
310 "ESS / Start Process / Other" menu.
311 @item @ESS{[R]}: (bug fix) ess-quit (bound to @kbd{C-c C-q}) should now quit the
312 inferior R process, when issued from either the inferior buffer, or from
313 a .R buffer.
314 @end itemize
316 Changes/New Features in 5.2.1:
317 @itemize @bullet
318 @item @ESS{[S]} (R and S-plus): now have toolbar support
319 with icons to evaluate code in the inferior process or to switch
320 there.  This code is experimental and likely to change as XEmacs/Emacs
321 issues get resolved. The toolbar should be enabled if your Emacs
322 displays images, but can be disabled with the variable ess-use-toolbar.
323 Thanks to David Smith from Insightful for the S-plus logo.
324 @item @ESS{[SAS]}: ess-sas-graph-view (@kbd{F12}) enhanced; you can specify
325 external file viewers for each graphics file type via the alist
326 ess-sas-graph-view-viewer-alist; also .jpg/.gif are now handled
327 by image-mode on XEmacs, if available, otherwise by graphics
328 primitives as before
329 @end itemize
331 Changes/New Features in 5.2.0:
332 @itemize @bullet
333 @item @ESS{[BUGS]}:  new info documentation!  now supports interactive
334 processing thanks to @uref{mailto:Aki.Vehtari@@hut.fi, Aki Vehtari};
335 new architecture-independent unix support as well as support for BUGS v. 0.5
336 @item @ESS{[SAS]}:  convert .log to .sas with ess-sas-transcript;
337 info documentation improved; Local Variable bug fixes;
338 SAS/IML statements/functions now highlighted; files edited
339 remotely by ange-ftp/EFS/tramp are recognized and pressing
340 SUBMIT opens a buffer on the remote host via the local variable
341 ess-sas-shell-buffer-remote-init which defaults to "ssh";
342 changed the definition of the variable ess-sas-edit-keys-toggle
343 to boolean rather than 0/1; added the function ess-electric-run-semicolon
344 which automatically reverse indents lines containing only "run;";
345 @kbd{C-F1} creates MS RTF portrait from the current buffer;
346 @kbd{C-F2} creates MS RTF landscape from the current buffer;
347 @kbd{C-F9} opens a SAS DATASET with PROC INSIGHT rather than PROC FSVIEW;
348 "inferior" aliases for SAS batch:  @kbd{C-c C-r} for submit region,
349 @kbd{C-c C-b} for submit buffer, @kbd{C-c C-x} for goto .log; @kbd{C-c C-y} for goto .lst
350 @item @ESS{[S]}: Pressing underscore ("_") once inserts " <- " (as before);
351 pressing underscore twice inserts a literal underscore.  To stop this
352 smart behaviour, add "(ess-toggle-underscore nil)" to your .emacs after
353 ess-site has been loaded;
354 ess-dump-filename-template-proto (new name!) now can be
355 customized successfully (for S language dialects);
356 Support for Imenu has been improved; set ess-imenu-use-S to non-nil to
357 get an "Imenu-S" item on your menubar;
358 ess-help: Now using nice underlines (instead of `nuke-* ^H_')
359 @item @ESS{[R]}:  After (require 'essa-r), @kbd{M-x ess-r-var} allows to load
360 numbers from any Emacs buffer into an existing *R* process;
361 @kbd{M-x ess-rdired} gives a ``directory editor'' of R objects;
362 fixed ess-retr-lastvalue-command, i.e. .Last.value bug
363 (thanks to David Brahm)
364 @item ESS: Support for creating new window frames has been added to
365 ESS.  Inferior ESS processes can be created in dedicated frames by
366 setting inferior-ess-own-frame to t.  ESS help buffers can also open in
367 new frames; see the documentation for ess-help-own-frame for details.
368 (Thanks to Kevin Rodgers for contributing code.)
369 @end itemize
371 Changes/New Features in 5.1.24:
372 @itemize @bullet
373 @item The version number is now correct even inside ESS/Emacs
374 @end itemize
376 Changes/New Features in 5.1.23:
377 @itemize @bullet
378 @item Minor more Makefile clean up.
379 @end itemize
381 Changes/New Features in 5.1.22:
382 @itemize @bullet
383 @item Besides info documentation, PDF and HTML
384 documentation are also provided (instead of built using "make") and available
385 on the web as well; see @uref{http://ess.r-project.org/,
386  ESS web page} and @uref{http://lib.stat.cmu.edu/general/ESS/doc, StatLib}
387 @item Now that info documentation is available, the
388 README.* files are no longer supported.  However, they
389 are still distributed for what it's worth.
390 @item ESS is now an XEmacs package!  See
391 @uref{http://www.xemacs.org/Install/index.html, XEmacs Installation HOWTO}
392 for details (specifically, items 10-15).
393 @item @ESS{[SAS]}: more user-friendly enhancements for remote
394 SAS batch jobs with Kermit file transfers (LOG and OUTPUT
395 function key features now supported).  Multiple shells
396 now supported so you can run SAS on different computers
397 from different buffers by setting the buffer-local variable
398 ess-sas-shell-buffer to unique buffer names.
399 @item Major re-vamping of Makefile/Makeconf.
400 @end itemize
402 Changes/New Features in 5.1.21:
403 @itemize @bullet
404 @item @ESS{[SAS]}: info documentation now available!, see
405 ESS->Help for SAS; @kbd{F12} opens GSASFILE nearest point for viewing
406 either within emacs, when available, or via an external viewer;
407 more syntax highlighting keywords; more enhancements for remote
408 SAS batch jobs with Kermit; new framework for remote SAS interactive
409 jobs, see ess-remote
410 @item @ESS{[S]}: info documentation now available!, see
411 ESS->Help for the S family
412 @item Makefile: tag now independent of rel; info files
413 made by doc/Makefile and installed in new info sub-directory
414 @end itemize
416 Changes/New Features in 5.1.20:
417 @itemize @bullet
418 @item New `options()$STERM' in the S dialects (S, S-Plus, R).
419 The S program can determine the environment in which it is
420 currently running.  ESS sets the option to `iESS' or `ddeESS'
421 when it starts an S language process.  We recommend other specific
422 values for S language processes that ESS does not start.
423 @item New `ess-mouse-me' function, assigned to S-mouse-3 by default.
424 User may click on a word or region and then choose from the
425 menu to display the item, or a summary, or a plot, etc.
426 This feature is still under development.
427 @item GNU Emacs 21.1 is now supported (fixed for S dialects, SAS & BUGS),
428 (some from Stephen Eglen).
429 @item XEmacs 21.x is now supported (fixed w32-using-nt bug)
430 @item XEmacs on Win (NT) is better supported.
431 @item Workaround for bug in Sqpe+6 (S-PLUS 6 for Win).
432 @item should now work even when imenu is not available (for old XEmacsen).
433 @item @ESS{[SAS]}: XEmacs-Imenu fix; @kbd{C-TAB} is globalized along with your
434 function-key definitions, if specified; you can specify your SAS
435 library definitions outside of autoexec.sas for ess-sas-data-view
436 with SAS code placed in the variable ess-sas-data-view-libname,
437 also the dataset name is defaulted to the nearest permanent dataset
438 to point; Speedbar support now works for permanent datasets, please
439 ignore first./last.; new font-locking is now the default with more
440 improvements for font-locking PROCs, macro statements, * ; and %* ;
441 comments; you can toggle sas-log-mode with @kbd{F10} which will font-lock
442 your .log (if it isn't too big); submit remote .sas files accessed
443 with ange-ftp, EFS or Tramp (Kermit is experimental) by setting
444 ess-sas-submit-method to 'sh; ess-sas-submit-command and
445 ess-sas-submit-command-options are buffer-local so you can have
446 local file variable sections at the end of your .sas files to
447 request different executables or specify special options and the
448 local file variables are re-read at submit instead of only at file
449 open so that if you make a change it is picked up immediately;
450 @item @ESS{[BUGS]}: font-lock with `in' fixed.
451 @item for STATA: font-lock bug fixed.
452 @item for Rd mode: @kbd{C-c C-v} and `switch-process' in menu.
453 further, @kbd{C-c C-f} prefix (Rd-font) for inserting or surrounding a word
454 by things such as \code@{.@}, \code@{\link@{.@}@}, \emph@{.@} etc.
455 @item new functions (ess-directory-function) and (ess-narrow-to-defun)
456 ess-directory <-> default-directory logic (Jeff Mincy).
457 @item Re-organized Makefile and fixed a few bugs.
458 @end itemize
460 Changes/New Features in 5.1.19:
461 @itemize @bullet
462 @item S+6 now supported (Tony Rossini (Unix) and Rich Heiberger (Windows))
463 @item New BUGS support through @ESS{[BUGS]} mode (Rodney Sparapani)
464 Templates assist you in writing .bug and .cmd code (.cmd and .log
465 are replaced by .bmd and .bog to avoid emacs extension collisions).
466 Substitution" parameters facilitate "automagic" generation of
467 data...in" and "init...in" filenames, "const N=" from your data
468 file and "monitor()/stats()" commands.  Activated by pressing @kbd{F12}.
469 @item Fixes for `ess-smart-underscore' SAS breakage (Rich Heiberger)
470 @item You can change between PC and Unix, local and global SAS function-key
471 definitions interactively (Rich Heiberger)
472 @item @kbd{C-Submit} a highlighted region to SAS batch (Rodney Sparapani)
473 @item New and improved SAS syntax highlighting (Rodney Sparapani)
474 To get the new functionality, set ess-sas-run-make-regexp to nil.
475 Also available in .log files via @kbd{F10}.
476 @item Open a permanent SAS dataset for viewing via @kbd{F9} (Rodney Sparapani)
477 You must have the library defined in autoexec.sas for it to work.
478 @item User-friendly defaults for `sas-program', `ess-sas-batch-pre-command'
479 and `ess-sas-batch-post-command' as well Customize support for these
480 and other @ESS{[SAS]} variables (Rodney Sparapani)
481 @item `ess-sas-suffix-2' now defaults to .dat via @kbd{F11} (Rodney Sparapani)
482 @item Emacs/XEmacs, Unix/Windows issues collectively handled in ess-emcs.el
483 @item defadvice solves problem of missing *ESS* (thanks to Jeff Mincy)
484 @item Improved manual a bit by including things that were only in `README'.
485 @end itemize
487 Changes/New Features in 5.1.18:
488 @itemize @bullet
489 @item New `ess-smart-underscore' function, now assigned to "_" by default.
490 Inserts `ess-S-assign' (customizable " <- "), unless inside string
491 and comments where plain "_" is used instead. (MM)
492 @item Fixes for longstanding interactive SAS breakage (RMH)
493 @end itemize
495 Changes/New Features in 5.1.17:
496 @itemize @bullet
497 @item Documentation for Windows Installation (Rich Heiberger)
498 @item removal of ess-vars, finalization of customize support (in the
499 sense that there is no more use of ess-vars, but that we need to
500 fix ess-cust) (AJ Rossini)
501 @item Many small (and large) fixes/contributions (MMaechler)
502 @item addition of the "S-equal" variable and provide @kbd{M-x ess-add-MM-keys}
503 a way to remap "_" to `ess-S-assign', typically " <- ", but
504 customizable. (MMaechler)
505 @end itemize
507 Changes/New Features in 5.1.16:
508 @itemize @bullet
509 @item BUG FIXES
510 @item Better SAS support
511 @end itemize
513 Changes/New Features in 5.1.15:
514 @itemize @bullet
515 @item BUG FIXES
516 @end itemize
518 Changes/New Features in 5.1.14:
519 @itemize @bullet
520 @item Yet more fixes to SAS mode, (Rich Heiberger and Rodney Sparapani)
521 @item Customize support (for most Emacsen which support it) (AJRossini)
522 @item ARC and ViSta support out of the box, and fixes for XLispStat (AJRossini)
523 @end itemize
525 Changes/New Features in 5.1.13:
526 @itemize @bullet
527 @item Version numbering finally all depending on the ./VERSION file,
528 thanks to Martin Maechler.
529 @item Yet more fixes to SAS mode, thanks to Rich Heiberger.
530 @end itemize
532 Changes/New Features in 5.1.12:
533 @itemize @bullet
534 @item Splus 5.1 stabilized, thanks to Martin Maechler, Bill Venables,
535 Chuck Taylor, and others.
536 @item More fixes to SAS mode, thanks to Rodney Sparapani
537 and Rich Heiberger.
538 @end itemize
540 Changes/New Features in 5.1.11:
541 @itemize @bullet
542 @item More fixes to Stata mode, thanks to
543 @uref{mailto:brendan@@essex.ac.uk, Brendan Halpin}.
544 @item fixed bugs in ESS-elsewhere, thanks to many testers
545 @item README.SPLUS4WIN has DETAILED instructions for S-PLUS 2000, thanks
546 to @uref{mailto:brahm@@alum.mit.edu, David Brahm}.
547 @item Fixes to SAS mode, thanks to Rodney Sparapani
548 @end itemize
550 Changes/New Features in 5.1.10:
551 @itemize @bullet
552 @item More fixes to Stata mode
553 @item primitive generic version of ESS-elsewhere
554 @item Small fixes to SAS/Stata.
555 @end itemize
557 Changes/New Features in 5.1.9:
558 @itemize @bullet
559 @item Stata mode works
560 @item Literate Data Analysis using Noweb works
561 @end itemize
563 Changes/New Features in 5.1.8:
564 @itemize @bullet
565 @item Bug fixes
566 @item R documentation mode defaults changed
567 @end itemize
569 Changes/New Features in 5.1.2:
570 @itemize @bullet
571 @item  able to use inferior iESS mode to
572 communicate directly with a running S-Plus 4.x process using the
573 Microsoft DDE protocol.  We use the familiar (from Unix ESS) @kbd{C-c C-n}
574 and related key sequences to send lines from the S-mode file to the
575 inferior S process.  We continue to edit S input files in @ESS{[S]} mode
576 and transcripts of previous S sessions in ESS Transcript mode.  All
577 three modes know the S language, syntax, and indentation patterns and
578 provide the syntactic highlighting that eases the programming tasks.
579 @end itemize