Skip to content

Commit

Permalink
Update ESS to version 5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
davidswelt committed May 13, 2011
1 parent 6ec7c06 commit 2bc201f
Show file tree
Hide file tree
Showing 107 changed files with 3,133 additions and 1,552 deletions.
2 changes: 1 addition & 1 deletion aquamacs/build/update-ess
Expand Up @@ -2,7 +2,7 @@
# run from within build directory


FILE=ess-5.8
FILE=ess-5.13
DEST=../src/site-lisp/edit-modes/ess-mode
INFODEST=../src/site-lisp/edit-modes/info
EMACS="../../nextstep/Aquamacs.app/Contents/MacOS/Aquamacs -nw -Q"
Expand Down
1 change: 1 addition & 0 deletions aquamacs/doc/latex/changelog.tex
Expand Up @@ -11,6 +11,7 @@ \subsection{Changes--- 2.3}
Reported by Konrad Podczeck.
\item Fix insertion of the Euro sign with Option-e under emulate-mac-*-keyboard-mode.
Reported by Viktor Rosenfeld.
\item Updated ESS (Emacs Speaks Statistics) to version 5.13.
\end{itemize}

\subsection{Changes--- 2.2}
Expand Down
Empty file.
17 changes: 16 additions & 1 deletion aquamacs/src/site-lisp/edit-modes/ess-mode/etc/icons/README
Expand Up @@ -11,6 +11,21 @@ Need to add backgrounToolBarColor for XEmacs to show okay.
e.g. /usr/share/xemacs-21.4.12/etc/toolbar/folder-cap-up.xpm
has header:
"X c Gray75 s backgroundToolBarColor",
whereas I have set "c None" to indicate the background pixel; this line
whereas I have set "c None" to indicate the background pixel; this line
seems to work for both toolbars:
". c None s backgroundToolBarColor",

* splus_letters_small.xpm

2010-05-18 & -21: SJE made this new Splus icon from the
splus_letters_large.xpm (then image001.png from Louis Bajuk-Yorgan
@tibco.com) file that Rich provided. I had to move the
cross over to the left by one pixel, to then allow the image to be
cropped to 48x48 (cropping performed in gimp). kiconedit was then
used to rescale the icon to 24x24. Finally, background transparency
added manually to the file, as noted above.

2010-05-21: updated file based on new image from TIBCO. Original
51x38 cropped to 50x38 in xv, then shrunk to 25x19 in kiconedit.
Transparency added, and removed a lot of the extra white pixels into
background colours manually in kiconedit.
@@ -1,4 +1,4 @@
Xemacs: Rodney Sparapani -- no longer
Debian: Camm Maguire <camm@enhanced.com>
Debian: Dirk Eddelbuettel <edd@debian.org>
RPM: Tom Moertel <tom@moertel.com>
SuSe: Detlef Steuer <steuer@hsu-hh.de>
Expand Up @@ -6,7 +6,7 @@

;; Original Author: A.J. Rossini <rossini@stat.sc.edu>
;; Created: 30 Jun 2000
;; Maintainers: ESS-core <ESS-core@stat.math.ethz.ch>
;; Maintainers: ESS-core <ESS-core@r-project.org>

;; Keywords: start up, configuration.

Expand Down
Binary file modified aquamacs/src/site-lisp/edit-modes/ess-mode/lisp/ess-arc-d.elc
Binary file not shown.
4 changes: 2 additions & 2 deletions aquamacs/src/site-lisp/edit-modes/ess-mode/lisp/ess-bugs-d.el
Expand Up @@ -4,7 +4,7 @@

;; Original Author: Rodney Sparapani
;; Created: 13 March 2008
;; Maintainers: ESS-help <ess-help@stat.math.ethz.ch>
;; Maintainers: ESS-help <ess-help@r-project.org>

;; This file is part of ESS

Expand Down Expand Up @@ -71,7 +71,7 @@
"dexp\\|dirch\\|exp\\|gamma\\|lnorm\\|logis\\|"
"mnorm\\|multi\\|negbin\\|norm\\|par\\|pois\\|"
"t\\|unif\\|weib\\|wish\\)[ \t\n]*(")
font-lock-reference-face)
font-lock-constant-face)

(cons (concat "\\<\\(for\\|cloglog\\|equals\\|exp\\|inprod\\|"
"inverse\\|log\\(det\\|fact\\|gam\\|it\\)?\\|max\\|"
Expand Down
Binary file modified aquamacs/src/site-lisp/edit-modes/ess-mode/lisp/ess-bugs-d.elc
Binary file not shown.
16 changes: 8 additions & 8 deletions aquamacs/src/site-lisp/edit-modes/ess-mode/lisp/ess-bugs-l.el
Expand Up @@ -4,7 +4,7 @@

;; Original Author: Rodney Sparapani
;; Created: 16 August 2006
;; Maintainers: ESS-help <ess-help@stat.math.ethz.ch>
;; Maintainers: ESS-help <ess-help@r-project.org>

;; This file is part of ESS

Expand Down Expand Up @@ -189,22 +189,22 @@ and `ess-bugs-file-dir'."
(ess-bugs-replacement-9 0)
(ess-bugs-replacement-diff 0))
(while (search-forward-regexp "-?[0-9][.][0-9][0-9][0-9]E[+-][0-9]" nil t)
(setq ess-bugs-replacement-string
(setq ess-bugs-replacement-string
(int-to-string (string-to-number (match-string 0))))
(setq ess-bugs-replacement-diff (- (match-end 0) (match-beginning 0)))
(save-match-data
(setq ess-bugs-replacement-9
(setq ess-bugs-replacement-9
(string-match "99999999999$" ess-bugs-replacement-string))

(if (not ess-bugs-replacement-9)
(setq ess-bugs-replacement-9
(setq ess-bugs-replacement-9
(string-match "000000000001$" ess-bugs-replacement-string))))
(if ess-bugs-replacement-9
(setq ess-bugs-replacement-string

(if ess-bugs-replacement-9
(setq ess-bugs-replacement-string
(substring ess-bugs-replacement-string 0 ess-bugs-replacement-9)))

(setq ess-bugs-replacement-diff
(setq ess-bugs-replacement-diff
(- ess-bugs-replacement-diff (string-width ess-bugs-replacement-string)))

(while (> ess-bugs-replacement-diff 0)
Expand Down
Binary file modified aquamacs/src/site-lisp/edit-modes/ess-mode/lisp/ess-bugs-l.elc
Binary file not shown.
Expand Up @@ -6,7 +6,7 @@

;; Original Author: A.J. Rossini <blindglobe@gmail.com>
;; Created: 25 July 1997
;; Maintainers: ESS-core <ESS-core@stat.math.ethz.ch>
;; Maintainers: ESS-core <ESS-core@r-project.org>

;; Keywords: start up, configuration.

Expand Down
Binary file modified aquamacs/src/site-lisp/edit-modes/ess-mode/lisp/ess-comp.elc
Binary file not shown.
Expand Up @@ -5,7 +5,7 @@

;; Original Author: A.J. Rossini <rossini@biostat.washington.edu>
;; Created: 07 June 2000
;; Maintainers: ESS-core <ESS-core@stat.math.ethz.ch>
;; Maintainers: ESS-core <ESS-core@r-project.org>

;; Keywords: start up, configuration.

Expand Down
Binary file modified aquamacs/src/site-lisp/edit-modes/ess-mode/lisp/ess-compat.elc
Binary file not shown.

0 comments on commit 2bc201f

Please sign in to comment.