summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2016-03-19Updated version (15.09.156.ge18d870 -> 15.09.157.gb4fadc2).AUR Update Bot
Changelog ========= Fix C-x C-f typo in the manual (b4fadc2) Capture testthat style errors in our compilation regexp (e18d870) [Fix #305] Don't make post-command-hook buffer-local in ess-noweb (6dc0c97) Merge pull request #304 from davidshepherd7/master (b18a8dc) Add autoloads for R-mode and opening *.R files (cdfd70c) added Build-Depends on texlive-fonts-recommended (3d0ada0) Merge pull request #298 from tpapp/master (2a59513) Added getwd and setwd commands for Julia. (4ae82e0) Aligned ess-julia-customize-alist. (60050d0) debian/changelog entry for #815734 build regarding texinfo issue (1d72696) [Fix #296] Proper check for `skeleton-pair in `ess-electric-brace` (7776edd) From Kurt Hornik: Fix Rd-preview such that it now does "render" \Sexpr{...} etc (when R is new enough). (84f4912) Fix ess-r-args-get (9ef5487) s/ kill / delete / : newer comint (6160163) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-03-15Updated version (15.09.154.gb18a8dc -> 15.09.156.ge18d870).AUR Update Bot
Changelog ========= Capture testthat style errors in our compilation regexp (e18d870) [Fix #305] Don't make post-command-hook buffer-local in ess-noweb (6dc0c97) Merge pull request #304 from davidshepherd7/master (b18a8dc) Add autoloads for R-mode and opening *.R files (cdfd70c) added Build-Depends on texlive-fonts-recommended (3d0ada0) Merge pull request #298 from tpapp/master (2a59513) Added getwd and setwd commands for Julia. (4ae82e0) Aligned ess-julia-customize-alist. (60050d0) debian/changelog entry for #815734 build regarding texinfo issue (1d72696) [Fix #296] Proper check for `skeleton-pair in `ess-electric-brace` (7776edd) From Kurt Hornik: Fix Rd-preview such that it now does "render" \Sexpr{...} etc (when R is new enough). (84f4912) Fix ess-r-args-get (9ef5487) s/ kill / delete / : newer comint (6160163) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-03-13Updated version (15.09.152.g3d0ada0 -> 15.09.154.gb18a8dc).AUR Update Bot
Changelog ========= Merge pull request #304 from davidshepherd7/master (b18a8dc) Add autoloads for R-mode and opening *.R files (cdfd70c) added Build-Depends on texlive-fonts-recommended (3d0ada0) Merge pull request #298 from tpapp/master (2a59513) Added getwd and setwd commands for Julia. (4ae82e0) Aligned ess-julia-customize-alist. (60050d0) debian/changelog entry for #815734 build regarding texinfo issue (1d72696) [Fix #296] Proper check for `skeleton-pair in `ess-electric-brace` (7776edd) From Kurt Hornik: Fix Rd-preview such that it now does "render" \Sexpr{...} etc (when R is new enough). (84f4912) Fix ess-r-args-get (9ef5487) s/ kill / delete / : newer comint (6160163) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-03-06Updated version (15.09.151.g2a59513 -> 15.09.152.g3d0ada0).AUR Update Bot
Changelog ========= added Build-Depends on texlive-fonts-recommended (3d0ada0) Merge pull request #298 from tpapp/master (2a59513) Added getwd and setwd commands for Julia. (4ae82e0) Aligned ess-julia-customize-alist. (60050d0) debian/changelog entry for #815734 build regarding texinfo issue (1d72696) [Fix #296] Proper check for `skeleton-pair in `ess-electric-brace` (7776edd) From Kurt Hornik: Fix Rd-preview such that it now does "render" \Sexpr{...} etc (when R is new enough). (84f4912) Fix ess-r-args-get (9ef5487) s/ kill / delete / : newer comint (6160163) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-03-05Updated version (15.09.148.g1d72696 -> 15.09.151.g2a59513).AUR Update Bot
Changelog ========= Merge pull request #298 from tpapp/master (2a59513) Added getwd and setwd commands for Julia. (4ae82e0) Aligned ess-julia-customize-alist. (60050d0) debian/changelog entry for #815734 build regarding texinfo issue (1d72696) [Fix #296] Proper check for `skeleton-pair in `ess-electric-brace` (7776edd) From Kurt Hornik: Fix Rd-preview such that it now does "render" \Sexpr{...} etc (when R is new enough). (84f4912) Fix ess-r-args-get (9ef5487) s/ kill / delete / : newer comint (6160163) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-03-04Updated version (15.09.147.g7776edd -> 15.09.148.g1d72696).AUR Update Bot
Changelog ========= debian/changelog entry for #815734 build regarding texinfo issue (1d72696) [Fix #296] Proper check for `skeleton-pair in `ess-electric-brace` (7776edd) From Kurt Hornik: Fix Rd-preview such that it now does "render" \Sexpr{...} etc (when R is new enough). (84f4912) Fix ess-r-args-get (9ef5487) s/ kill / delete / : newer comint (6160163) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-02-27Updated version (15.09.146.g84f4912 -> 15.09.147.g7776edd).AUR Update Bot
Changelog ========= [Fix #296] Proper check for `skeleton-pair in `ess-electric-brace` (7776edd) From Kurt Hornik: Fix Rd-preview such that it now does "render" \Sexpr{...} etc (when R is new enough). (84f4912) Fix ess-r-args-get (9ef5487) s/ kill / delete / : newer comint (6160163) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-02-25Updated version (15.09.145.g9ef5487 -> 15.09.146.g84f4912).AUR Update Bot
Changelog ========= From Kurt Hornik: Fix Rd-preview such that it now does "render" \Sexpr{...} etc (when R is new enough). (84f4912) Fix ess-r-args-get (9ef5487) s/ kill / delete / : newer comint (6160163) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-02-10Updated version (15.09.143.g27d5150 -> 15.09.145.g9ef5487).AUR Update Bot
Changelog ========= Fix ess-r-args-get (9ef5487) s/ kill / delete / : newer comint (6160163) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-02-01Updated version (15.09.173.g86afaf0 -> 15.09.143.g27d5150).AUR Update Bot
Changelog ========= Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-01-31Updated version (15.09.172.gf670bb4 -> 15.09.173.g86afaf0).AUR Update Bot
Changelog ========= Developer doc cleanups and minor rearangements (86afaf0) Fix typo (f670bb4) Merge pull request #282 from lionel-/dev-path (55975ad) Toggling interface for code injection (1530635) Fix faulty defun (351a046) Update ess-developer- keybindings (2fb8bf3) Always add a package permanently (fbe88a3) Use ess-r- namespace (6106eab) Deprecate variables correctly (0e9411f) Add r-reload-inferior-hook (f2a7a3c) Add generic (ess-developer-load-package) command (b37edd6) Force buffer on package selection (4c9c63e) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) Add (r-reload-inferior) (4dd217a) Change namespace of devtools functions to r-devtools- (6a0bcbf) Standardise alternate commands of devtools functions (a52337d) Deprecate developer-mode (a9a01f6) Add r-devtools-map to `C-c C-w` (9073ed7) [Fix #290] Continuations in braceless if branches (f903ba7) Add (ess-developer-unload-package) (4a14e7b) Merge pull request #281 from lionel-/R-args (00a5c4c) Check whole hierarchy unless ess-developer-check-all-dirs is nil (5147413) Give package path to unload() (b0d86ff) Change check_doc() for the more useful revdep_check() (8402fb7) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Add `r` to list of package directories (41a8d33) Even smarter package detection (dab6eb2) Add echo messages to devtools actions (4bb62d2) Add support for devtools::install() (0e04781) Smarter package detection (71ecce2) Improve devtools integration (afdfc94) Smarter loading behaviour when adding a package (f28ee58) Let user specify dev package via local variable (69673ad) Don't modify search path when using devtools (10b92d9) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-01-28Updated version (15.09.140.gf903ba7 -> 15.09.172.gf670bb4).AUR Update Bot
Changelog ========= Fix typo (f670bb4) Merge pull request #282 from lionel-/dev-path (55975ad) Toggling interface for code injection (1530635) Fix faulty defun (351a046) Update ess-developer- keybindings (2fb8bf3) Always add a package permanently (fbe88a3) Use ess-r- namespace (6106eab) Deprecate variables correctly (0e9411f) Add r-reload-inferior-hook (f2a7a3c) Add generic (ess-developer-load-package) command (b37edd6) Force buffer on package selection (4c9c63e) Better climbing logic for %% ops (27d5150) Better climbing of := operator (90c9267) [Fix #293] Operator climbing in argument lists (44a6519) Add (r-reload-inferior) (4dd217a) Change namespace of devtools functions to r-devtools- (6a0bcbf) Standardise alternate commands of devtools functions (a52337d) Deprecate developer-mode (a9a01f6) Add r-devtools-map to `C-c C-w` (9073ed7) [Fix #290] Continuations in braceless if branches (f903ba7) Add (ess-developer-unload-package) (4a14e7b) Merge pull request #281 from lionel-/R-args (00a5c4c) Check whole hierarchy unless ess-developer-check-all-dirs is nil (5147413) Give package path to unload() (b0d86ff) Change check_doc() for the more useful revdep_check() (8402fb7) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Add `r` to list of package directories (41a8d33) Even smarter package detection (dab6eb2) Add echo messages to devtools actions (4bb62d2) Add support for devtools::install() (0e04781) Smarter package detection (71ecce2) Improve devtools integration (afdfc94) Smarter loading behaviour when adding a package (f28ee58) Let user specify dev package via local variable (69673ad) Don't modify search path when using devtools (10b92d9) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-01-26Updated version (15.09.136.g321fccd -> 15.09.140.gf903ba7).AUR Update Bot
Changelog ========= [Fix #290] Continuations in braceless if branches (f903ba7) Merge pull request #281 from lionel-/R-args (00a5c4c) Add comma to R's regexp of index topics (77d2a8b) [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Specify R arguments non-interactively (fbbfaf0) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-01-26Updated version (15.09.134.gb5c07bb -> 15.09.136.g321fccd).AUR Update Bot
Changelog ========= [Fix #289] Correct erroneous modification from cce7d02 (321fccd) Implement appropos search for stata and cleanup ess-sta-l.el (01db712) adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-01-25Updated version (15.09.133.gcce7d02 -> 15.09.134.gb5c07bb).AUR Update Bot
Changelog ========= adding Lionel (b5c07bb) Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-01-23Updated version (15.09.132.g4cd9432 -> 15.09.133.gcce7d02).AUR Update Bot
Changelog ========= Generalise ess-execute-screen-options and make it work with stata (cce7d02) adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-01-22Updated version (15.09.128.g6d05ba7 -> 15.09.132.g4cd9432).AUR Update Bot
Changelog ========= adding Lionel (4cd9432) adding Lionel (f51661f) merge (1ae841b) (C) -- 2016 (3805b26) Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-01-18Updated version (15.09.126.ga7cdc6c -> 15.09.128.g6d05ba7).AUR Update Bot
Changelog ========= Merge pull request #286 from unixpipecentipede/master (6d05ba7) Put Info node as subtopic for the Emacs menu (75a35c1) Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2016-01-11Updated version (15.09.125.g837454b -> 15.09.126.ga7cdc6c).AUR Update Bot
Changelog ========= Delete 'using Compat' from ess-julia.jl (a7cdc6c) + " patched" (837454b) + " patched" (8faaf91) Clean up key substitution for 'newline-and-indent (66b0604) merge (680549a) update (address!) from https://www.gnu.org/licenses/gpl-2.0.txt (04370b6) Debian release 15.09.2-1 (93bbccb) Version 15.09-2 (90aef86) merge (01328e8) Version := 15.09-2 (198f7b8) updated to current RRR indentation defaults (c264b03) Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-12-29addStefan Husmann
2015-12-17UpdateStefan Husmann
2015-12-08Updated version (15.09.114.g49badaf -> 15.09.115.gcf7ded2).AUR Update Bot
Changelog ========= Fix infloop on blanks climbing (cf7ded2) [Fix #278] Blanks climbing logic (49badaf) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-12-07Updated version (15.09.113.g2c8377f -> 15.09.114.g49badaf).AUR Update Bot
Changelog ========= [Fix #278] Blanks climbing logic (49badaf) Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-30Updated version (15.09.111.ga78e745 -> 15.09.113.g2c8377f).AUR Update Bot
Changelog ========= Add more spacing before headings in literate tests (2c8377f) [Fix #277] Better regex boundaries for prefixed blocks (9cf747e) merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-26Updated version (15.09.109.g8d6e5ad -> 15.09.111.ga78e745).AUR Update Bot
Changelog ========= merge (a78e745) [Fix #252] Improve roxygen prefix support (8d6e5ad) [Fix #274] Climb unary operators (68b7b9a) Prevent infloops on blanks travelling (b1911a3) [Fix #272] Use sexp travellers to climb quoted symbols (e42371a) [Fix #273] Indentation after ### sections inside function calls (4a7ab32) mini-update (6008135) After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-24UpdateStefan Husmann
2015-11-21Updated version (15.09.98.g517ee25 -> 15.09.104.g6dc3048).AUR Update Bot
Changelog ========= After '###', indentation should not change (6dc3048) 6e--6g "foo" <- function() \\ {" should not indent '{' (18bd6d8) Avoid recursion in (ess-skip-blanks-forward) as well (d8751cf) [Fix #263] Infloop on blanks climbing (4d42d92) [Fix #270] Climb parenthesised expressions (45ffc3e) [Fix #269] Define <<- as definition-op (2224604) fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-19Updated version (15.09.97.g24307c6 -> 15.09.98.g517ee25).AUR Update Bot
Changelog ========= fix for issue #249: SAS has no prompt (517ee25) add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-18Updated version (15.09.95.gc367462 -> 15.09.97.g24307c6).AUR Update Bot
Changelog ========= add fcs statement (24307c6) add proc gee (7b4a9a5) 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-16Updated version (15.09.92.g626ca5a -> 15.09.95.gc367462).AUR Update Bot
Changelog ========= 1 l (c367462) merge (7add805) new indentation case '32 c)' (1f4f885) fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-13Updated version (15.09.91.gb6486f6 -> 15.09.92.g626ca5a).AUR Update Bot
Changelog ========= fix for issue #249: SAS has no prompt (626ca5a) Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-13Updated version (15.09.90.g5e1226c -> 15.09.91.gb6486f6).AUR Update Bot
Changelog ========= Indentation of a "broken line" '<<-' (b6486f6) [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-09Updated version (15.09.89.g91bf2db -> 15.09.90.g5e1226c).AUR Update Bot
Changelog ========= [Fix #268] Relative indentation of comments (5e1226c) store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-09Updated version (15.09.87.gba3bcdb -> 15.09.89.g91bf2db).AUR Update Bot
Changelog ========= store *correct* indentation (91bf2db) two-line function definition *plus* if else -- wrong indentation of '## comment' (a44ef87) Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-08Updated version (15.09.85.g6fd724c -> 15.09.87.gba3bcdb).AUR Update Bot
Changelog ========= Fix bug in coda statement and do not accelerate burnin by thin (ba3bcdb) [Fix #268] Issue with indentation of aligned blocks (ff8e649) indentation issue #268 (6fd724c) 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)
2015-11-07Updated version (15.09.84.g7d1e641 -> 15.09.85.g6fd724c).AUR Update Bot
Changelog ========= indentation issue #268 (6fd724c) 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)
2015-11-05Updated version (15.09.80.g1fc836d -> 15.09.84.g7d1e641).AUR Update Bot
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)
2015-11-04Updated version (15.09.76.ga2c55c7 -> 15.09.80.g1fc836d).AUR Update Bot
Changelog ========= [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)
2015-11-03Updated version (15.09.72.g377970f -> 15.09.76.ga2c55c7).AUR Update Bot
Changelog ========= [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)
2015-11-02Updated version (15.09.68.g07e8a3f -> 15.09.72.g377970f).AUR Update Bot
Changelog ========= 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)
2015-11-01Updated version (15.09.67.gc27589e -> 15.09.68.g07e8a3f).AUR Update Bot
Changelog ========= [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) 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) [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)
2015-10-31Updated version (15.09.65.g31487c0 -> 15.09.67.gc27589e).AUR Update Bot
Changelog ========= Explicitly move window point when in debugger (c27589e) Widen before counting lines in ess-goto-line (0c85be8) 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) [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)
2015-10-30Updated version (15.09.64.g08d5082 -> 15.09.65.g31487c0).AUR Update Bot
Changelog ========= 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) [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)
2015-10-30Updated version (15.09.62.g95b6df3 -> 15.09.64.g08d5082).AUR Update Bot
Changelog ========= 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) [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)
2015-10-28UpdateStefan Husmann
2015-10-25Updated version (15.09.48.gbd9c9e1 -> 15.09.50.g3200477).AUR Update Bot
Changelog ========= Simplify operator jumping and fix bug (3200477) Indent closing paren after a continuation (8e303a1) Refer to -opening rather than -curly (bd9c9e1) [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)
2015-10-25Updated version (15.09.47.g5966aa0 -> 15.09.48.gbd9c9e1).AUR Update Bot
Changelog ========= Refer to -opening rather than -curly (bd9c9e1) [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)
2015-10-22Updated version (15.09.42.g12f7ee0 -> 15.09.47.g5966aa0).AUR Update Bot
Changelog ========= [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)
2015-10-21UpdateStefan Husmann
2015-10-16Updated version (15.09.36.g2822e99 -> 15.09.40.g2b24242).AUR Update Bot
Changelog ========= 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)