~ubuntu-branches/ubuntu/wily/ess/wily-proposed

« back to all changes in this revision

Viewing changes to lisp/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-09-27 18:41:32 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: package-import@ubuntu.com-20130927184132-dxa7ufsry9hjd9dc
Tags: upstream-13.09
ImportĀ upstreamĀ versionĀ 13.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2013-08-30  Rodney Sparapani  <rsparapa@mcw.edu>
 
2
 
 
3
        * ess-sas-l.el (SAS-mode-font-lock-defaults): added PROCs
 
4
        sgdesign and sgrender
 
5
 
 
6
2013-08-23  Rodney Sparapani  <rsparapa@mcw.edu>
 
7
 
 
8
        * ess-sas-a.el (ess-sas-interactive): remove '< /dev/tty'
 
9
        
 
10
2013-07-27  Henning Redestig  <henning.red@gmail.com>
 
11
 
 
12
        * ess-roxy.el (ess-roxy-mode): add interoperability with
 
13
        auto-fill-mode
 
14
 
 
15
2013-07-15  Rodney Sparapani  <rsparapa@mcw.edu>
 
16
 
 
17
        * ess-site.el: Here is a workaround for an Emacs bug related to indirect
 
18
        buffers and spurious lockfiles that rears its ugly head with .Rd files
 
19
http://lists.gnu.org/archive/html/bug-gnu-emacs/2013-02/msg01368.html
 
20
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14328
 
21
 
 
22
2013-07-11  Rodney Sparapani  <rsparapa@mcw.edu>
 
23
 
 
24
        * ess-sas-l.el (SAS-mode-font-lock-defaults):  remove annoying 9.3
 
25
        note/news from the comment category; it's not a one-time 9.3 specific
 
26
        message; it is also in 12.1 and presumably it is now eternally
 
27
        annoying; but we can't font-lock it since it changes with every
 
28
        new SAS release and it is not worth the maintenance/vigilance
 
29
 
 
30
2013-06-12  Rodney Sparapani  <rsparapa@mcw.edu>
 
31
 
 
32
        * ess-sas-d.el: see discussion in the thread:
 
33
        "patch: identing quit statement like run statement in ess-sas" at
 
34
        http://article.gmane.org/gmane.emacs.ess.general/7340
 
35
 
 
36
2013-06-09  Stephen Eglen  <stephen@gnu.org>
 
37
 
 
38
        * ess-julia.el: Checkdoc modifications, and other whitespace
 
39
        cleanup.  Many docstrings were missing, so I've made initial
 
40
        guesses at what they should be.
 
41
 
 
42
        * ess-site.el (ess-etc-directory): Remove * from docstring.
 
43
        Fix most points noted by checkdoc. 
 
44
 
 
45
2013-06-07  Stephen Eglen  <stephen@gnu.org>
 
46
 
 
47
        * ess-s-l.el (S-common-cust-alist): Change default for
 
48
        comment-use-syntax to t.  Dirk Eddelbuettel reported the follownig
 
49
        bug:
 
50
 
 
51
        With a line like the following in an R buffer, when M-TAB is hit
 
52
        on the line to add a comment, the hash within the string is
 
53
        interpeted as an existing comment, causing the string to be
 
54
        disrupted.
 
55
        
 
56
        rug( foo,  col="#00000030")
 
57
        
 
58
        This is now fixed such that M-TAB would add a hash at
 
59
        the end of the line, allowing for a comment.
 
60
 
1
61
2013-04-11  Rodney Sparapani  <rsparapa@mcw.edu>
2
62
 
3
63
        * ess-sas-a.el (ess-sas-edit-keys-toggle): `sas-indent-line' still
386
446
        * ess-help.el (ess-skip-to-help-section): this issue is documented in 2 places
387
447
http://www.xemacs.org/About/XEmacsVsGNUemacs.html
388
448
http://www.xemacs.org/Documentation/21.5/html/cl_4.html
389
 
So, the schism goes back many years: circa 1997-1998.  However, the fix is not
 
449
So, the schism goes back many years: circa 1997-1998.  The fix is simple.
390
450
If the keypress is meant to be a character, then
391
451
you wrap last-command-event as follows...
392
452