summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2015-09-07 18:52:50 +0200
committerStefan Husmann2015-09-07 18:52:50 +0200
commitf81af1947086a122e33696719bb017bc4d74ea6d (patch)
tree8d9c3c5e45047e2f77717a00ddb1e77f85e7ed35
parent1b6a967c89f95e8f20a25d03e48c043469ce9d66 (diff)
downloadaur-f81af1947086a122e33696719bb017bc4d74ea6d.tar.gz
Updated version (20150825 -> 20150907).
Changelog ========= Remove a space (bbb5086) Use cl-assert instead of error (75129c1) Add cl- prefix, improve line lengths (9ad7708) Removed functions: js2-build-prop-name-list and js2-names-left. (e236923) Clean up todo in js2-search-scope and fix year typo (af85699) Clarified js2-search-scope doc string (bb0476c) Only jump if not already at var or function definition (c4f4095) Find definition by locating assignment nodes (aaf218a) Support jumping to buffers of the same major mode (f942b83) Fixed jumping to object properties (145c5d6) Simplified method of searching for nodes based on scope (579aacb) Simplified property name matching (bc5cdb4) Return correct node when searching for the definition of a property. (1ee5c45) Added missing etags dependency (eba59c5) Add a jump to definition command bound to M-. (7184664) js2-define-destruct-symbols: Speed up, theoretically (c8b8e11) js2-define-destruct-symbols-internal: Remove, don't need it anymore (d0686a0) js2-define-destruct-symbols-internal: Stop growing NAME-NODES exponentially (f146f13) js2-define-destruct-symbols-internal: Anticipate js2-getter-setter-node (fc56c58) Allow plain parameters after default (a6f2a94) Handle @property like @param, and handle aliases (242af01) Define js2-re-search-forward as an alias as well (5beb8ea) Never enable js2-minor-mode in js2-mode (c68646a) Fix #247, indentation inside block comments (c47a894) -L . (9cdd4c6) Revert the "containerized build" commits, because Travis still hasn't whitelisted emacs-snapshot. (4bd8df9) ... (bb3f677) This shit is confusing (c14fdf6) Try to use $EMACS implicitly (00245fc) Fix indent (5e546d3) Remove outdated reference (a622fb3) Hopefully fix the matrix (3a44f30) Try a containerized Travis build (f354e9a) Fix indentation tests, by always loading js2-old-indent (c9a1cde) Derive from js-mode (494c421) Use indentation code from js-mode when we can (4c02462)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a5e1641e90..c9faaafb7534 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-js2-mode-git
pkgdesc = An improved JavaScript mode for GNU Emacs
- pkgver = 20150825
+ pkgver = 20150907
pkgrel = 1
url = https://github.com/mooz/js2-mode
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index bbe9bd638333..f4329bbb7fb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-js2-mode-git
-pkgver=20150825
+pkgver=20150907
pkgrel=1
pkgdesc="An improved JavaScript mode for GNU Emacs"
arch=('any')