]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2013-02-17 Dmitry GutovRemove link to js2-highlight-vars-mode, add one to...
2013-02-17 Dmitry GutovChange the wiki link
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-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 variables, set the version...
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 Gutovyou -> your
2012-09-11 Dmitry Gutovyou -> your
2012-09-11 Dmitry GutovMove "the" outside the link
2012-09-11 Dmitry GutovAdd section "Emacs 22 and 23"
2012-09-11 Dmitry GutovAdd section "Emacs 24"
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 GutovSimplify `js2-test-ast-string'
2012-06-17 Dmitry GutovSet js2-basic-offset in tests explicitly
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-15 Dmitry GutovAdd test Makefile target
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 Francois-Xavier... Add Makefile for byte compiling
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 GutovForgot a single quote
2012-06-03 Dmitry Gutovjs2-imenu-extras: Fix usage example
2012-06-03 Dmitry GutovMerge branch 'imenu'
2012-06-03 Dmitry GutovFix recorded module function node position
2012-06-03 Dmitry GutovAdd comments
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-19 Dmitry GutovRemove leftover accumulator; require js2-mode
2012-05-17 Dmitry Gutov(js2-imenu-record-hashes): Don't walk the node when...
2012-05-17 Dmitry GutovImplement imenu support for some frameworks and orphan...
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
2012-05-10 Dmitry GutovFix #46
2012-05-02 Dmitry GutovReduce the indentation variables count
2012-05-02 Steve Yegge(js2-display-error-list): make the buffer navigable
2012-05-02 Steve Yegge(js2-echo-error): ignore when help-echo property is...
2012-05-02 Steve YeggeAdd message table entry for undeclared vars
2012-04-30 Dmitry GutovDon't need to clear next-error-function in `js2-mode...
2012-04-30 Dmitry GutovMake `js2-highlight-level` buffer-local in minor mode
2012-04-30 Dmitry GutovSet next-error-function in major mode, too
2012-04-30 Dmitry GutovWarn about undeclared variables in the generic way
2012-04-30 Dmitry GutovAdd autoload cookie for js2-minor-mode
2012-04-20 Dmitry Gutovjs2-print-array-comp-node: plus 'each', minus extra...
2012-04-20 Dmitry Gutovjs2-print-var-decl: handle the 'let' case the same...
2012-04-20 Dmitry Gutovjs2-print-list: accept that some elements may be nil
2012-04-20 Dmitry GutovApply sensible changes from GNU ELPA repository
2012-04-20 Dmitry GutovReapply the fix from 83ba85
2012-04-20 Steve YeggeMake the mode a better Emacs citizen
2012-04-19 Dmitry GutovMerge remote-tracking branch 'origin/master'
2012-04-19 Dmitry GutovOnly change window-configuration-change-hook's local...
2012-04-16 Dmitry GutovGuess more carefully when indenting array comprehension
next