diff options
author | AUR Update Bot | 2015-11-05 19:17:47 +0100 |
---|---|---|
committer | Stefan Husmann | 2015-11-05 19:17:47 +0100 |
commit | af24d66c0ddd00431dc98c73d0c762b03353fc67 (patch) | |
tree | 54714db249232c7a5dca9a117512b08d71d6045d | |
parent | 897842050688e7cb631f16101196808996ce922a (diff) | |
download | aur-af24d66c0ddd00431dc98c73d0c762b03353fc67.tar.gz |
Updated version (15.09.80.g1fc836d -> 15.09.84.g7d1e641).
Changelog
=========
Fix issue with roxygen refilling (7d1e641)
Make C-M-q test case more general (8ffa19c)
Improve (ess-indent-exp) logic (36b9e38)
Make sure whitespace is included in test case (af45422)
[Fix #267] Climbing of mixed subsettings (1fc836d)
tweaks: using string= ; indentation (0663567)
Merge pull request #266 from Jehops/ess-swv-PDF-pr1 (3826d4a)
Ensure TeX output is always shown on error (3d82de9)
[Fix #265] Indentation of else following curly (a2c55c7)
Add literate testing infrastructure (e1a49f7)
Fix infloop upon call refill (2796429)
Rename ess-tests.el to ess-indentation-tests.el (bb24449)
Merge pull request #261 from Jehops/fewer_popups (377970f)
[Fix #264] Use display-graphic-p for terminal check (07e8a3f)
Explicitly move window point when in debugger (c27589e)
Widen before counting lines in ess-goto-line (0c85be8)
Add entry 'View PDF' under 'Rnw-mode' submenu (ba71f5f)
Add ess-swv-weave-PDF to knit, compile, show PDF (6fb620b)
ESS[SAS]: new distribution functions added (31487c0)
Fix ess.texi typos. (08d5082)
fix docstring typos for ess-delete-dump-files (c9c5efd)
merge upstream (95b6df3)
Update version to '15.09-1 patched' (cae52ba)
- allow cleanup (.IS.RELEASE ..) after release - 'make install' in etc/ checks if there's an .IS.RELEASE (cafbd86)
Debian release 15.09-1-1 (cd60abf)
Try to auto-push the release tag -- so we don't forget everytime (5b12a82)
Version 15.09-1 (d9e906b)
another typo (should use a branch ..) (860fe47)
tweak for git-ref (40741f0)
typo (056a31d)
getting "git ref" into *released* ess-version (96823f8)
no longer use SVN-REVISION; but don't want releases with "<unknown>" in `M-x ess-version` (fc34bc5)
the 'touch' has been important (for me as release manager) [do keep it!] (431de6b)
Simplify operator jumping and fix bug (3200477)
Indent closing paren after a continuation (8e303a1)
Refer to -opening rather than -curly (bd9c9e1)
Display knitr output buffers only on error (2736ebc)
[Fix #254] Broken opening curly in function declarations (5966aa0)
Merge branch 'defun' (1b5c28d)
[Fix #258] Don't compilation--ensure-parse for now (12f7ee0)
Don't trigger modification hooks on \n insertion in process filter (6de386a)
Implement jumping inside call (9413849)
Finally found a solution for detecting unbraced blocks (7bda49c)
Use 'defun' to refer to function declarations (cca4be4)
Merge pull request #259 from denizyuret/master (2b24242)
Backward compatibility fixes for Julia v0.3. (9a44dbe)
ess-julia.jl: quotes in types were causing trouble, fixed (35e3d6b)
names -> fieldnames in Julia 0.4. (051e64d)
Merge branch 'master' of github.com:emacs-ess/ESS (2822e99)
update timings with ESS 14.09 and "current" (ESS 15.09-1). (e53f1a6)
Implement (ess-cons-arg) and (ess-args-alist) (9c5c1a9)
Improve argument travellers (49f901a)
Use prefixed-block terminology (bf352be)
Parametrise call climbers with call name (a13d7fb)
Merge pull request #256 from dickoa/patch-2 (dd226e2)
Update Makefile (ffe3745)
Merge pull request #255 from denizyuret/master (e57787f)
Julia v0.4 compatility. (a40e270)
Split (ess-indent-line) and (ess-r-indent-line) (fd1b4a5)
Reorganise syntax and indentation code (08fcd8b)
Add (ess-climb-outside-defun) and (ess-point-in-block-call-p) (670b7bd)
Replace (ess-climb-function-calls) by (ess-climb-outside-calls) (86c8bb4)
Handle chained delims (86db214)
Add etc/completion_ideas.R (a62fa29)
Check for call in (ess-args-bounds) (b410e78)
Fail to detect calls with unbalanced parens (bfed580)
Fix issue when identifying continuations bounds (f063f94)
Return bounds as positions by default (d6f21be)
Implement (ess-climb-outside-call) (26dd3df)
Indent relatively after if-else (5cd5a4e)
version:= 15.09-1 (to not confuse it with the release) (b8ce06d)
Don't call `compilation--ensure-parse` if not defined (3b0408a)
Fix bug when refilling at top-level (1b43f4b)
Improve order of expression filling (20145aa)
Indent closing delim after comma+newline (15dc4c7)
Add optional style argument to fillers (53fec06)
Add fourth call filling style (221d46d)
Detect continuation when point is on last term (7eae4e7)
Fix bug when refilling commented R code (ef3cbb7)
[Fix #248] Indentation of if blocks enclosed in () (7541dfd)
Remove references to font-lock-beginning-of-syntax-function (db0b752)
debian release 15.09-1 (db6442a)
Update `ess-load-file' to work with Julia. (1459716)
Fix C-c C-z to work with *julia* buffers. (b394dbf)
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = emacs-ess-git pkgdesc = Emacs Speaks Statistics: A Universal Interface for Statistical Analysis - git-version - pkgver = 15.09.80.g1fc836d + pkgver = 15.09.84.g7d1e641 pkgrel = 1 url = http://ess.r-project.org install = ess.install @@ -1,6 +1,6 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=emacs-ess-git -pkgver=15.09.80.g1fc836d +pkgver=15.09.84.g7d1e641 pkgrel=1 pkgdesc="Emacs Speaks Statistics: A Universal Interface for \ Statistical Analysis - git-version" |