~ubuntu-branches/ubuntu/vivid/ess/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/newfeat.texi

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2014-09-13 09:03:04 UTC
  • mfrom: (1.2.33)
  • Revision ID: package-import@ubuntu.com-20140913090304-ckjf1ajwpap2h1ny
Tags: 14.09-1
New upstream version released today 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
@comment @itemize @w{}
2
2
@comment @item
3
3
 
 
4
Changes / Selected Bug Fixes in 14.09:
 
5
@itemize @bullet
 
6
@item @ESS{[Julia]}: Executable is changed to @code{julia}.
 
7
@item @ESS{[Julia]}: Completion and help system was adjusted to Julia
 
8
v.0.3.0. Julia v.0.2.x is no more supported.
 
9
@item @ESS{[R]}: Running R with @code{gdb} debugger now works as expected
 
10
@item @iESS{}: Inferior ESS buffers are now derived from @code{comint-mode}
 
11
@item @ESS{[R]}: @code{ess-execute-screen-options} uses correct screen
 
12
width in terminal sessions
 
13
@item @ESS{}: @code{ess-build-tags-for-directory} works when no TAGS file
 
14
name was provided
 
15
@item @ESS{}: @code{ess-continued-statement-offset} is now respected everywhere
 
16
except inside of the @code{if} test condition.
 
17
@item @ESS{}: New variable @code{ess-first-continued-statement-offset} for
 
18
indentation of the first line in multiline statements.
 
19
@item @ESS{R}: Starting @kbd{,} in multiline statements indentation is now
 
20
ignored to achieve a more pleasant alignment.
 
21
@item @ESS{R}: Improved behavior of @kbd{RET} in roxygen blocks.
 
22
@item @ESS{[R]}: command cleaning with @kbd{C-u C-u C-y} was broken with
 
23
lines containing " + "
 
24
@item @ESS{[R]}: fixed "empty watch window bug"
 
25
@item @ESS{[R]}: don't ask for help location on ac-quick-help (request of github #81)
 
26
@item @ESS{[R]}: "importClassesFrom" and "importMethodsFrom" were added to
 
27
the list of two-parameter roxygen commands
 
28
@item @ESS{[R]}: fix vignetes display and hyperlinks (were broken in 13.09-1)
 
29
@item @ESS{[Julia]}: recognize function names ending with !
 
30
@item @ESS{[Julia]}: fix indentation of "for" comprehension syntax within brackets.
 
31
@end itemize
 
32
 
4
33
Changes / Selected Bug Fixes in 13.09-1:
5
34
@itemize @bullet
6
35
@item ess-remote and TRAMP: R support code is now downloaded in binary form instead
24
53
@item @ESS{[SAS]}: Three features/fixes with special thanks to Matthew Fidler
25
54
@uref{https://github.com/emacs-ess/ESS/pulls/mlf176f2,
26
55
https://github.com/emacs-ess/ESS/pulls/mlf176f2}. Turn on SAS log mode
27
 
when appropriate.  Indent comments and CARDS statement more appropriately. 
 
56
when appropriate.  Indent comments and CARDS statement more appropriately.
28
57
@item @ESS{[SAS]}: @code{ess-sas-edit-keys-toggle} default returns to @code{nil}
29
 
@item @ESS{[R]}: support for @code{prettify-symbols-mode}: 
 
58
@item @ESS{[R]}: support for @code{prettify-symbols-mode}:
30
59
contribution from Rudiger Sonderfeld @uref{https://github.com/emacs-ess/ESS/pull/65}
31
60
@item @ESS{[SWV]}: knitr now evaluates in the current frame
32
61
@item @ESS{[developer]}: ess-developer doesn't kill open DESCRIPTION files anymore
33
62
@item @ESS{[roxygen]}: @code{ess-roxy-preview-HTML} is now on @kbd{C-c C-o C-w} and
34
63
 @code{ess-roxy-preview-text} is now on @code{C-c C-o C-t}
35
 
@item @ESS{}: installation with @code{make install} was simplified and should work 
 
64
@item @ESS{}: installation with @code{make install} was simplified and should work
36
65
out of the box on most *nix systems
37
66
@item @ESS{} installation instructions simplified
38
67
@item fixed font-lock bug introduced in 13.09 that was causing very slow process output