]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2011-02-21 moozcorrected documentation of multi-line variable declaration
2011-02-20 moozprint catch clause correctly.
2011-02-20 moozAccept destructuring form in catch clause
2011-02-20 Dmitry GutovFix js2-nested-function-p for when node is `js2-ast...
2011-02-20 Dmitry GutovDetect anonymous wrapper functions more reliably
2011-02-18 Dmitry GutovDeclare exception symbol in the catch block
2011-02-18 Dmitry GutovFix byte-compile warnings
2011-02-18 Dmitry GutovDefer removing syntax-table text property until parsing...
2011-02-18 Dmitry GutovRemove unnecessary checks
2011-02-18 Dmitry GutovFix js2-time
2011-02-18 Dmitry GutovDon't visit empty nodes
2011-02-17 moozwindow
2011-02-17 moozArray pattern of the destructuring assignment allows...
2011-02-16 Dmitry Gutovjs2-define-destruct-symbols: report error position...
2011-02-16 Dmitry GutovUpdate credits
2011-02-16 Dmitry GutovUpdate README
2011-02-16 Dmitry GutovDeclare and fontify destructured identifiers inside...
2011-02-16 Dmitry GutovRearrange expr and loop scopes in array comprehension
2011-02-16 Dmitry GutovDeclare and fontify destructured identifiers inside...
2011-02-16 Dmitry Gutov"assign to" -> "use"
2011-02-16 Dmitry GutovNo need for progn here
2011-02-16 Dmitry GutovFix typo
2011-02-16 Dmitry GutovHighlight undeclared vars everywhere, not just in assig...
2011-02-13 Dmitry GutovRemove an extra comma
2011-02-13 Dmitry GutovUpdate README
2011-02-13 Dmitry GutovUpdate README
2011-02-12 Dmitry GutovAdd imenu support for function nesting
2011-02-12 Dmitry GutovUpdate README
2011-02-12 Dmitry GutovFix js2-compute-nested-prop-get to not recognize form...
2011-02-11 Dmitry GutovRecord proper positions for function nodes in nested...
2011-02-11 Dmitry GutovRecognize form foo['a'] = function() in imenu
2011-01-02 moozreparse only `js2-use-ast-for-indentation-p` is non-nil
2011-01-02 moozreparse line in indentation
2010-12-30 moozMerge branch 'master' of github.com:mooz/js2-mode
2010-12-30 moozfixed bugs indentation
2010-12-30 moozfixed bugs indentation
2010-12-29 moozoops
2010-12-29 moozuse offset 4 for `var` and `let`, and 6 for `const`.
2010-12-28 moozupdated README.md
2010-12-28 moozforgot `const{
2010-12-28 moozfixed ugly indentation with multiple variable declarati...
2010-12-02 moozouch
2010-12-02 moozoops
2010-12-02 moozsupport patterns like [{a}]
2010-12-01 moozAllow abbreviated destructuring assignment in array...
2010-09-05 moozAdded description of indentation style
2010-09-05 moozAdded option js2-consistent-level-indent-inner-bracket...
2010-04-13 moozFixed the indentation for braceless 'for each'.
2010-04-13 mooz:)
2010-04-02 moozVersion 20100402
2010-04-02 moozFix: when reserved words are used as identifier, js2...
2010-03-19 moozRefactored
2010-03-19 moozUpdated README
2010-03-19 moozOops.
2010-03-19 moozFixed the odd indentation for the "else if" with no...
2010-03-15 moozAdded document
2010-03-15 moozAdded support for expression closure as the property...
2010-03-15 moozabbreviated destructuring bind as function params
2010-03-15 moozadded ignore list
2010-03-15 moozAdded support for abbreviated destructuring bind expres...
2010-03-15 moozOriginal js2-mode.el