]> code.delx.au - gnu-emacs-elpa/history - js2-mode.el
Fix #104
[gnu-emacs-elpa] / js2-mode.el
2013-05-10 Dmitry GutovFix #104
2013-05-10 Dmitry Gutovjs2-auto-insert-catch-block: Unused, remove
2013-05-10 Dmitry Gutovjs2-imenu-extras: Define a minor mode
2013-05-03 Dmitry GutovMerge pull request #103 from johan/interpreter-mode...
2013-05-03 Johan SundströmAlso aid "#! /usr/bin/env node" type auto major mode...
2013-05-01 Dmitry GutovMerge pull request #101 from pd/node-typed-arrays
2013-05-01 Kyle HargravesAdd js2-typed-array-externs, js2-set-default-externs
2013-04-30 Kyle HargravesAdd typed array types to js2-node-externs
2013-04-09 Dmitry GutovMerge pull request #95 from ruediger/typed-array-externs
2013-04-09 Rüdiger SonderfeldTyped Array: remove TypedArray and ArrayBufferView.
2013-04-09 Rüdiger SonderfeldAdd console Object to browser externs.
2013-04-09 Rüdiger SonderfeldAdd Typed Array Spec Externs.
2013-04-04 Dmitry GutovMerge pull request #93 from ruediger/use-asm
2013-04-04 Rüdiger SonderfeldTreat "use asm" as having side effects.
2013-03-07 Dmitry Gutov* js2-multiline-decl-indentation: Simplify a logical...
2013-03-07 Dmitry GutovFix #89
2013-02-28 Dmitry Gutov* js2-mode-forward-sexp: never jump over an unbalanced...
2013-02-27 Dmitry GutovFix js2-node-[lr]p for js2-paren-node
2013-02-26 Dmitry GutovRemove some of the unused definitions
2013-02-26 Dmitry GutovFix #87
2013-02-26 Dmitry Gutovjs2-insert-and-indent was unused
2013-02-19 Dmitry GutovUse \\' instead of $
2013-02-19 Dmitry GutovBump the date
2013-02-19 Dmitry GutovDon't include Rhino externs by default, too
2013-02-19 Dmitry GutovSupport Node.js externs
2013-02-19 Dmitry Gutovjs2-add-browser-externs is not defined
2013-02-19 Dmitry GutovGoogle Gears has been dead for a while now
2013-02-19 Dmitry GutovAdd URL header and some explanation
2013-02-17 Dmitry GutovRemove leftover make-obsolete-variable statement
2013-02-17 Dmitry GutovUpdate copyright notice; switch back to date-based...
2013-02-17 Dmitry GutovMerge branch 'emacs24'
2013-02-17 Dmitry Gutovkeywords-as-property-names is also valid JS 5.1
2013-02-17 Dmitry Gutovkeywords-as-property-names is also valid JS 5.1
2013-02-17 Dmitry GutovTrailing comma is legal ecma-262-5.1
2013-02-17 Dmitry GutovTrailing comma is legal ecma-262-5.1
2013-02-10 Dmitry GutovMark the obsolete variables as such
2013-02-10 Dmitry GutovMake sure js2-mode-ast is available for callbacks
2013-02-10 Dmitry GutovMake sure js2-mode-ast is available for callbacks
2012-12-26 Dmitry GutovReturns -> Return
2012-12-26 Dmitry GutovToggles -> Toggle
2012-12-25 Dmitry Gutov2011, too
2012-12-24 Dmitry GutovTweak headers, remove extra vars, set the version to 1.0
2012-12-24 Dmitry GutovTweak headers, remove extra variables, set the version...
2012-12-24 Dmitry GutovClose #79
2012-12-12 Dmitry GutovMerge branch 'master' into emacs24
2012-12-12 Dmitry GutovFix #77, left over from #58
2012-12-12 Dmitry GutovPretend to merge branch 'master' into emacs24
2012-10-03 Dmitry GutovShow keybindings in the mode description
2012-09-29 Dmitry GutovFix #68
2012-09-29 Dmitry GutovFix #68
2012-09-22 Dmitry Gutovjs2-mode-extend-comment: Move (js2-indent-line) outside...
2012-09-22 Dmitry GutovSimplify error list annotation and destructuring
2012-09-22 Dmitry GutovFix js2-display-error-list
2012-09-22 Dmitry GutovDon't need `funcall` where FUNCTION is constant
2012-09-12 Dmitry GutovRemove run-mode-hooks call, define-derived-mode already...
2012-09-11 Dmitry GutovTweak `js2-line-break` behavior, bind it to M-j
2012-09-10 Dmitry GutovMerge branch 'master' into emacs24
2012-09-08 Dmitry GutovFix #66
2012-09-04 Dmitry GutovMerge branch 'master' into emacs24
2012-09-03 Dmitry GutovFix #63
2012-09-03 Dmitry GutovMerge branch 'master' into emacs24
2012-09-02 Dmitry GutovFix infinite timers loop
2012-09-02 Dmitry Gutovjs2-mode-forward-sexp: When inside "parens", jump over...
2012-09-02 Dmitry Gutovjs2-mode-forward-sexp-parens: if/else and loop bodies...
2012-08-31 Dmitry GutovMerge branch 'master' into emacs24
2012-08-31 Dmitry Gutovjs2-mode-forward-sexp: Signal scan-error when start...
2012-08-29 Dmitry Gutovjs2-mode-forward-sexp: backtrack before signaling scan...
2012-08-29 Dmitry Gutovjs2-mode-forward-sexp: Behave more similarly to `forwar...
2012-07-13 Dmitry GutovFix #58
2012-07-06 Dmitry GutovMerge branch 'master' into emacs24
2012-07-06 Dmitry GutovFix #57
2012-06-17 Dmitry GutovMerge branch 'master' into emacs24
2012-06-17 Dmitry GutovMake some lines tighter
2012-06-17 Dmitry GutovFix comment
2012-06-17 Dmitry GutovParse rest parameter
2012-06-17 Dmitry GutovParse default parameters
2012-06-17 Dmitry GutovPrint space after colon in prop nodes
2012-06-17 Dmitry GutovFix catch param with destructuring binding
2012-06-17 Dmitry GutovRename js2-is-in-lhs -> js2-is-in-destructuring (like...
2012-06-14 Dmitry GutovMake 'of' contextual keyword
2012-06-14 Dmitry GutovFix parsing of keyword property names
2012-06-13 Dmitry GutovSupport for..of in loops and array comprehensions
2012-06-11 Dmitry GutovMerge branch 'master' into emacs24
2012-06-11 Dmitry GutovFix built-in properties highlighting
2012-06-10 Matthew NoorenbergheAdd ECMA-262 JSON object
2012-06-05 Dmitry GutovReduce the indentation variables count
2012-06-05 Dmitry GutovMake `js2-parse-primary-expr-lhs` a defun
2012-06-05 Dmitry GutovUse consistent package prefix for all vars
2012-06-03 Dmitry GutovBring back js2-external-variable face
2012-06-03 Dmitry GutovWrap all `js2-post-parse-callbacks` calls in (save...
2012-06-03 Dmitry GutovMerge branch 'master' into emacs24
2012-06-03 Dmitry GutovMerge branch 'imenu'
2012-06-03 Dmitry GutovMove module pattern support to `js2-imenu-extras`
2012-05-23 Dmitry GutovMerge pull request #48 from lewang/master
2012-05-23 Le Wangremove duplicate js2-strict-cond-assign-warning
2012-05-17 Dmitry GutovSupport chains with string elements in `js2-imenu-recorder`
2012-05-14 Dmitry GutovCustomize the position of '+' for concatenation
2012-05-13 katspaughmake multiline string concatenation optional
2012-05-13 Dmitry GutovFix typo
2012-05-13 Dmitry GutovBasic support for module pattern
next