]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
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 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
2012-03-08 Masafumi OyamadaMerge pull request #37 from eentzel/master
2012-03-08 Eric EntzelConsider foo.bar to be a single parameter name in jsdoc...
2012-02-13 Dmitry GutovMerge pull request #36 from edmccard/master
2012-02-13 Ed McCardellPlay nice with global before-save-hook
2012-02-13 Dmitry GutovRework js2-beginning/end-of-defun
2012-01-30 Dmitry GutovLink to js2-refactor
2012-01-25 Dmitry GutovFix fill-paragraph behavior
2012-01-23 Dmitry GutovUpdate the README
2012-01-13 Dmitry GutovSkip 'this' nodes when building imenu index (regression)
2012-01-13 Dmitry GutovMerge commit 'b41a82' into imenu
2012-01-11 Dmitry GutovPlay nicer with font-lock
2012-01-08 Dmitry GutovFix 'jumping cursor' problem
2011-12-28 daimrodUse `with-current-buffer` instead of `save-excursion...
2011-12-28 Dmitry GutovEliminate the nasty 'max-lisp-eval-depth' bug during...
2011-12-25 Dmitry GutovHandle unlimited function nesting in imenu index
2011-11-13 Dmitry GutovFix indentation of the 2nd line when the 1st line is...
2011-11-08 Dmitry GutovDon't clobber minibuffer contents with warnings
2011-11-08 Dmitry GutovDon't mark strict mode decl as having no side effects
2011-11-08 Dmitry GutovRun `js2-mode-hook` before doing the first parse
2011-10-27 Dmitry GutovMerge pull request #19 from GunioRobot/clean
2011-10-27 Gun.io Whitespace... Remove whitespace [Gun.io WhitespaceBot]
2011-09-16 Masafumi OyamadaMerge pull request #17 from db48x/master
next