~ubuntu-branches/ubuntu/oneiric/ess/oneiric

« back to all changes in this revision

Viewing changes to lisp/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-08 16:52:27 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108165227-u844l0tlegcdn89k
Tags: 5.12-1
* New upstream version released today

* debian/emacen-startup: Follow suggestion by Kevin Ryde in #594750 and
  use debian-pkg-add-load-path-item as well; also improved emacsen-install
  script by using soft links instead of copies  (Closes: #594750)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-11-02  Sebastian P. Luque  <spluque@gmail.com>
 
2
 
 
3
        * ess-help.el: Do not use (mapcar 'list ...) construct in
 
4
        `ess-get-help-files-list', and `ess-get-help-aliases-list', since
 
5
        we only need to create lists of lists in `ess-find-help-file',
 
6
        where it's needed for useful completion.
 
7
        Always return the existing `ess-help-topics-list' list if one
 
8
        exists for the current process.
 
9
 
 
10
2010-11-01  Sebastian P. Luque  <spluque@gmail.com>
 
11
 
 
12
        * ess-help.el (ess-find-help-file): Implemented caching of help
 
13
        topics (thanks to Vitalie Spinu).
 
14
 
 
15
        * ess-custom.el (ess-help-topics-list): New buffer-local variable
 
16
        needed for caching help topics.
 
17
 
 
18
2010-10-30  Martin Maechler  <maechler@stat.math.ethz.ch>
 
19
 
 
20
        * ess-rd.el (Rd-section-names, Rd-keywords): "subsection" etc
 
21
 
 
22
2010-10-28  Henning Redestig  <henning@psc.riken.jp>
 
23
 
 
24
        * ess-custom.el (ess-roxy-tags-param): Vinh Nguyens patch for
 
25
        updating the available roxygen tags
 
26
 
 
27
2010-10-21  Stephen Eglen  <stephen@gnu.org>
 
28
 
 
29
        * ess-site.el (interpreter-mode-alist): Condition upon XEmacs to
 
30
        prevent "r" regexp from matching interpreters like "perl".  Bug
 
31
        reported by Alex Lancaster.
 
32
 
 
33
2010-10-14  Rodney Sparapani  <rsparapa@mcw.edu>
 
34
 
 
35
        * ess-sas-l.el (SAS-mode-font-lock-keywords): bringing the
 
36
        PROCs up to v. 9.22
 
37
 
 
38
2010-09-30  Rodney Sparapani  <rsparapa@mcw.edu>
 
39
 
 
40
        * ess-sas-l.el (SAS-mode-font-lock-keywords): many ERROR
 
41
        and WARNING messages end in period, period single space or
 
42
        period double space (the double space coming from ancient
 
43
        typewriter trained typists like myself)
 
44
 
 
45
2010-09-21  Rodney Sparapani  <rsparapa@mcw.edu>
 
46
 
 
47
        * ess-mode.el (ess-electric-brace): fix curly braces
 
48
        bug for XEmacs as reported by Joshua Wiley
 
49
 
 
50
2010-09-20  Henning Redestig  <henning@psc.riken.jp>
 
51
 
 
52
        * ess-roxy.el (ess-roxy-update-entry): optionally do not fill
 
53
        parameter descriptions upon ess-roxy-update-entry.
 
54
 
 
55
2010-08-21  Stephen Eglen  <stephen@gnu.org>
 
56
 
 
57
        * ess-inf.el (ess-load-file): Check that tramp-tramp-file-p is
 
58
        defined before using.
 
59
 
 
60
2010-08-20  Stephen Eglen  <stephen@gnu.org>
 
61
 
 
62
        * ess-rdired.el (ess-rdired-objects): R variable names can include
 
63
        spaces; handle this case.  Bug report by Sigve Berge Hofland
 
64
        <sigve@hofland.no> 2010-08-14.
 
65
 
 
66
        * ess-inf.el (ess-load-file): If filename is a tramp-filename,
 
67
        preserve just the localname of the file.  Bug report and patch
 
68
        provided by Erik Iverson <eriki@ccbr.umn.edu> 2010-08-13.
 
69
 
 
70
2010-08-11  Martin Maechler  <maechler@stat.math.ethz.ch>
 
71
 
 
72
        * ess-trns.el (ess-transcript-clean-region): give error (instead of
 
73
        "hang") when inferior-ess-prompt is empty.
 
74
 
 
75
2010-08-11  Henning Redestig  <henning@psc.riken.jp>
 
76
 
 
77
        * ess-custom.el: advice user that no empty lines are allowed in
 
78
        description
 
79
 
 
80
        * ess-roxy.el (ess-roxy-update-entry): improved documentation
 
81
 
 
82
2010-08-10  Henning Redestig  <henning@psc.riken.jp>
 
83
 
 
84
        * ess-custom.el (ess-roxy-template-alist): less cryptic default
 
85
        for description and details fields
 
86
 
 
87
2010-08-06  Henning Redestig  <henning@psc.riken.jp>
 
88
 
 
89
        * ess-roxy.el (ess-roxy-get-function-args): fixed bug: function
 
90
        args could not be fetched if 'function' was part of the function
 
91
        name
 
92
 
 
93
2010-07-29  Sebastian P. Luque  <spluque@gmail.com>
 
94
 
 
95
        * Makefile (clean): 4394 Reverted this rule to the previous
 
96
        version since it was intended to also clean files with older
 
97
        names.  Removed 'ess-rdired.elc' from this rule, since it is
 
98
        already in the ELC variable, and "clean" removes those files.
 
99
        However, kept the fixed 'ess-xls-d.elc' and 'ess-vst-d.elc' rules.
 
100
 
 
101
2010-07-28  Sebastian P. Luque  <spluque@gmail.com>
 
102
 
 
103
        * ess-inf.el: 4369 Corrected autoloading of
 
104
        `ess-R-complete-object-name' (due to old renaming below).
 
105
 
 
106
        * Makefile: 4350 Corrected the "clean" target to account for
 
107
        old renaming of essd-* files.
 
108
 
1
109
2010-07-12  Martin Maechler  <maechler@stat.math.ethz.ch>
2
110
 
3
111
        * ess-s-l.el (ess-use-this-dir): renamed and moved here: For S and R.