summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-08-24 20:31:53 +0200
committerStefan Husmann2016-08-24 20:31:53 +0200
commit4da923d8562ba7f8f523ad95b40f07e7b3360c52 (patch)
tree4136fa9cc487463967fbe52afb1ce47221f42e11
parentb9f29a172339fba6cbb2dc4b465086df3a73a83a (diff)
downloadaur-4da923d8562ba7f8f523ad95b40f07e7b3360c52.tar.gz
Updated version (16.04.18.g297356d -> 16.04.20.g411d335).
Changelog ========= Finish emulating properly derived mode (411d335) Fix name typo (f916bc4) correct fix for #360: ffap -> tramp is indeed confused even by <URL: http://..../> (297356d) Don't show children on cycling @examples (14c9551) Better handling of outline-magic (b454305) Option to hide @examples field by default (01f763f) Integrate roxy and outline modes (d0c0e98) Reset fontification when @examples is altered (0df9959) Only add dimmed background property once (91c5405) Add properties in one pass (bfa010f) Implement small tool for extracting roxy field (653bd37) Implement fontification of roxy examples fields (1dea32e) Fix style (af9c7ab) Fix code typo in previous commit (8661f48) Don't send comments to inferior on paragraph evaluation (ed63cb4) Fix roxy stripping when evaluating region (38e0217) Clean up roxy-mode (5c86c43) Deactivate roxy stripping of prefixes (c8ae60e) Merge pull request #357 from jabranham/fix/makefile (5bd3b3e) Fixes git tag for new release (efff7db) Don't show trailing whitespace in help buffers (6fe3874) Activate ess-r-package-mode also in non-file buffers (6892dd2) Fix julia's help topic retrieval (77e9609) [Fix #340] Implement ess-julia-completion-syntax-table (b923f30) Further completion syntax table fixes (6e94b9c) Add specialized ess-mode-completion-syntax-table (1ddc919) Fix manual entry for new namespaced evaluation (5141f42) Change :sorted to new :separate in R company backends (e0e3163) Vignettes: By default only of attached packages (all=FALSE) Prefix arg allows to get from all installed packaged (73ec35a) Keep % with word syntax in inferior buffers (75aad50) Use same syntax tables in inferior as in scripts for now (5a29d8b) Follow -p convention (eae9e8f) Handle comment in defun fontification (d9f559b) Merge pull request #329 from lionel-/syntax-tokens (e4eda78) Merge (uselessly) extracted function (591cef3) Handle empty arguments when filling calls (8ba591c) Extract ess-fill-args--roll-lines (efef018) Handle local variables in literate tests (1b0df93) Fix whitespace climbing with form feeds (60fc020) Remove string delimiters from inferior syntax table (02163ca) Correctly identify keyword boundaries (b88d719) Start implementing forward and backward Pratt parser (e111ef2) Switch to a simpler token data structure (90d45b5) Move ess-refine-token (e005ac0) Get rid of back and forth sexp travellers (b7ba2d6) Use tokens in else-if climbing (01eb42a) Add predicates for token types (8e8b114) Rename ess-escape-outside- prefix to ess-escape- (5161d33) Implement `ess-escape-token' (a0395d9) New naming convention for position predicates (80d5b1f) Use tokens for operator jumping/climbing (5dac220) Implement refined token type (a125ef6) Include token boundaries in token type (42d56fd) Fix climbing of punctuation tokens (992c56e) Explain internal tokenisation errors (347eac1) Return nil when climbing on start of buffer (87a95ef) Tests for tokenisation (1555df0) Implement token climbing (7a5ee7a) Print informative messages during literate tests (c2ef409) Implement a tokenizer for R (404e3bd) New ess-operator-face (4bae6e3) Add ->> to recognised assign operators (b67b190) Better handling of %op% operators (b321149) Don't treat : @ $ as symbols (4f7a59b) Better handling of backquoted names (e06bc33) Docstring improvements (13c1d77) [Fix #341] Flag for debugging marks both package and namespace versions (892dfba) Don't show file source message twice during ns_eval (ba0df3d) Fix debugging/tracing in packages (749bcf2) Correctly detect names at point that start with symbol (bdc8ef6) Aesthetic (eb403c8) [Fix #339] Don't remove non-existent files in .ess.* functions (acaceae) [Fix #334] Don't remove tmp files within on.exit (fd71a8b) "cosmetic" (nonused, deprecated) (2130dda) Set ess-can-eval-in-background to t and remove async evaluation for now (8dc7f55) Respect ess-can-eval-in-background in eldoc functions (1728a0c) Strip out srcref from error when sourcing fails (199a711) Turn `output' into a macro (9d662a3) Add tests for presend hooks (67a7a80) Run presend hooks with namespaced evaluation (5218ac1) Update command building tests (23af3e7) skip installation with emacs23 (53f1eb7) dropping support for Emacs 23.x and XEmacs (059eb57) Implement command for devtools::install_github() (687a1bc) Also filter based on non-test files (17afe09) Implement file-filtering in devtools::test() (9afebdd) Fix another issue when path cannot be found (e0d1a0d) [Fix #332] Trailing package path delimiter on Windows (ef7decb) Proper eval-defun indicator while debugging (5acb40b) updated for Debian package 16.04-1 (a54e3ee) 'tag -a' : hopefully auto-works next time (1ebfe48)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b5f11c3158a..274eefb1d978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Aug 24 18:31:53 UTC 2016
pkgbase = emacs-ess-git
pkgdesc = Emacs Speaks Statistics: A Universal Interface for Statistical Analysis - git-version
- pkgver = 16.04.18.g297356d
+ pkgver = 16.04.20.g411d335
pkgrel = 1
url = http://ess.r-project.org
install = ess.install
diff --git a/PKGBUILD b/PKGBUILD
index a2972a774711..cc4dbb7ccf7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-ess-git
-pkgver=16.04.18.g297356d
+pkgver=16.04.20.g411d335
pkgrel=1
pkgdesc="Emacs Speaks Statistics: A Universal Interface for \
Statistical Analysis - git-version"