]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2015-05-01 Stephen HicksGeneralize object literal parsing to support short...
2015-04-24 Dmitry GutovAddress two FIXMEs; fix a regression flagged by tests
2015-04-24 Dmitry GutovMerge commit '9790b9781aa8ca1d4bdf94d06d4e8ff2e68d37e8...
2015-04-15 Stefan Monnier* js2-mode.el (js2-mode): Use cursor-sensor-mode if...
2015-04-06 Dmitry GutovMerge pull request #195 from jacksonrayhamilton/pretty...
2015-04-06 Jackson Ray... js2-pretty-multiline-declarations: Add 'dynamic option
2015-04-03 Dmitry GutovDon't indent in multiline strings
2015-03-05 Dmitry GutovAssign quote syntax to backquotes
2015-03-01 Dmitry GutovMerge pull request #221 from jacksonrayhamilton/enclosi...
2015-03-01 Dmitry GutovMerge pull request #220 from jacksonrayhamilton/comment...
2015-03-01 Jackson Ray... Fix js2-node-get-enclosing-scope
2015-03-01 Jackson Ray... Fix off-by-one error for comment node length
2015-02-24 Dmitry Gutov...or any following one
2015-02-24 Dmitry GutovParse without error first method in a class with keywor...
2015-02-20 Dmitry GutovFix js2-paren-node length
2015-02-19 Dmitry GutovRely on bogus scopes less
2015-02-07 Dmitry GutovMerge pull request #213 from lelit/typos
2015-02-07 Lele GaifaxFix typos in comments and docstrings
2015-02-06 Dmitry GutovMerge pull request #211 from cowboyd/no-semicolon-warni...
2015-02-05 Charles Lowelldo auto semicolon insert on function exports
2015-02-02 Dmitry GutovMerge branch 'let-temporal-dz'
2015-02-02 Dmitry GutovBump the version and update NEWS
2015-02-02 Dmitry GutovHighlight JS snippets
2015-02-02 Dmitry GutovAdd top-level heading
2015-02-02 Dmitry GutovMove the news from the wiki to the repo
2015-02-02 Dmitry GutovCheck that the let declaration comes before the reference
2015-02-02 Dmitry GutovFix free variable references
2015-02-02 Dmitry Gutovjs2-test-parse-string: Compare the first syntax error
2015-02-02 Dmitry GutovHandle arrowfun empty-args in js2-parse-paren-expr...
2015-02-01 Dmitry Gutovjs2-parse-class-stmt: Define the class in the current...
2015-01-30 Dmitry GutovMerge pull request #203 from cheunghy/master
2015-01-30 Zhang Kai Yu`js2-time' remove unused variable.
2015-01-28 Dmitry GutovMerge pull request #202 from brianloveswords/add-browse...
2015-01-27 Brian J BrennanAdd animationFrame functions
2015-01-26 Dmitry GutovHandle "arguments" specially
2014-12-30 Dmitry Gutovjs2-get-token-internal-1: Reindent
2014-12-30 Dmitry GutovMerge pull request #191 from purcell/cl-lib
2014-12-30 Dmitry GutovHighlight methods with font-lock-function-name-face
2014-12-30 Steve PurcellReplace usage of 'cl with 'cl-lib
2014-12-29 Charles LowellSupport ES6 module syntax
2014-12-28 Dmitry Gutovjs2-parse-for: Reword docstring and comments
2014-12-28 Dmitry GutovMake catch-node inherit from scope
2014-12-24 Dmitry GutovLimit the scope of `with-silent-modifications'
2014-12-07 Dmitry GutovDo not declare fn expression's name in the enclosing...
2014-12-07 Dmitry GutovFix js2-visit-tagged-template
2014-12-01 Dmitry GutovAdd js2-language-version check for template literals
2014-12-01 Dmitry GutovDrop `js2-allow-keywords-as-property-names' and `js2...
2014-12-01 Dmitry GutovParse tagged templates
2014-11-30 Dmitry GutovComment the new token types
2014-11-30 Dmitry GutovNo need to explicitly apply face to string nodes
2014-11-30 Dmitry GutovHandle template substitutions
2014-11-28 Dmitry GutovImplement template strings, ignoring substitutions
2014-11-22 Chen Binjs2-imenu-extension-styles: Turn into defvar
2014-11-21 Dmitry Gutovjs2-parse-plain-property: Disallow numbers as abbreviat...
2014-11-21 Dmitry Gutovjs2-parse-named-prop: Highlight externals in abbreviate...
2014-11-21 Dmitry GutovSimplify parsing of destructuring literals
2014-11-18 Dmitry GutovMerge branch 'master' of github.com:shicks/js2-mode...
2014-11-18 Dmitry GutovBump the version
2014-11-18 Dmitry Gutov'enum' is not a keyword
2014-11-17 Dmitry GutovHandle orphan functions on the right side of js2-var...
2014-11-15 Dmitry GutovBump the version
2014-11-15 Dmitry GutovMerge pull request #180 from simenheg/master
2014-11-15 Simen HeggestøylFix toggling single-line comments
2014-11-15 Stephen HicksFix string literals in parser.el test harness.
2014-11-15 Stephen HicksSupport parsing the ES6 'super' keyword.
2014-11-15 Stephen HicksSupport parsing the ES6 'static' keyword.
2014-11-15 Stephen HicksSupport ES6 class statements/expressions.
2014-11-13 Dmitry Gutovjs2-imenu-walk-ast: Look up js2-imenu-show-module-patte...
2014-11-13 Dmitry Gutovjs2-imenu-record-module-pattern: Support `js2-var-init...
2014-11-13 Dmitry GutovSupport orphan functions on the right side of assignments
2014-11-11 Stephen HicksSupport ES6 computed property names.
2014-11-11 Stephen HicksAdd support for 'u' and 'y' RegExp flags in ES6 mode.
2014-11-11 Stephen HicksSupport method definitions in object literals.
2014-11-11 Stephen HicksAdd ES6 class externs
2014-11-11 Stephen HicksSupport short-hand object literals {foo, bar} everywhere.
2014-11-06 Dmitry GutovCheck in LICENSE
2014-11-05 Dmitry GutovIndent after `+='
2014-11-05 Dmitry GutovSupport object destructuring inside arrow function...
2014-11-05 Dmitry GutovIndent before inequality operator at bol
2014-11-01 Dmitry GutovMerge pull request #173 from lelit/master
2014-11-01 Lele GaifaxAdd imenu support for the Sencha framework
2014-11-01 Dmitry Gutovjs2-parse-primary-expr: Make some vars "more" local
2014-11-01 Dmitry GutovFix #171
2014-10-31 Leo Liujs2-mode-find-enclosing-node: Make docstring and impl...
2014-10-18 Stefan Monnierjs2-imenu-extras.el: Use Unix-style EOL
2014-10-18 Dmitry GutovFontify negation operator
2014-09-08 Dmitry Gutovjs2-parse-let: Simplify
2014-09-08 kakiFix parsing of let expressions
2014-08-04 Dmitry GutovAllow 'in' operator inside 'for' init when unambiguous
2014-08-04 Dmitry GutovIgnore integer overflow
2014-07-16 Dmitry GutovSmall tweak
2014-07-16 Dmitry GutovAdd js2-language-version checks
2014-07-16 Dmitry GutovSupport ES6 number literals
2014-07-11 Dmitry Gutovjs2-get-token-internal-1: add a FIXME
2014-07-11 Dmitry Gutovjs2-read-unicode-escape: use a stricter regexp
2014-07-11 Dmitry GutovBetter docstrings
2014-07-10 Dmitry GutovMerge pull request #149 from lewang/dont-parse-killed...
2014-07-10 Le WangCheck if buffer is alive before reparsing.
2014-07-09 Gerard PaapuSupport Unicode Identifiers
2014-07-09 Dmitry GutovAdd Contributing section
next