]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2012-09-11 Dmitry GutovAdd section "Emacs 24"
2012-09-08 Dmitry GutovFix #66
2012-09-03 Dmitry GutovFix #63
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 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 GutovFix #57
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 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 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-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
2011-09-14 Daniel Brooksmake the jsdoc highlighting recoginze optional paramete...
2011-08-25 Dmitry GutovWhen don't need to extend the comment, just indent...
2011-08-17 moozAdd notation for byte-compilation. refs #13
2011-08-16 Dmitry GutovDo not warn about trailing commas in destructuring...
2011-05-05 Dmitry GutovMark indentation vars as safe file-local variables
2011-05-04 Dmitry GutovProperly record function qnames in object literals
2011-05-02 Dmitry GutovHandle the case when the reparse is scheduled in an...
2011-04-29 Dmitry GutovClose #11 indent-for-tab-command: jump to indentation...
2011-04-27 Dmitry GutovIndent continued expressions in multiline declarations...
2011-04-26 Dmitry GutovFix indentation of empty array literals
2011-04-25 Dmitry GutovTypo
2011-04-25 Dmitry GutovImprove `js-multiline-decl-indentation'
2011-04-25 Dmitry GutovClose #3 Indent function/array/object values in declara...
2011-04-25 Dmitry Gutovdelq -> remq
2011-04-25 Dmitry GutovDon't call `js2-mode-edit' when inside `indent-region'
2011-04-25 Dmitry Gutov`looking-back' is slow; don't use it when indenting
2011-04-25 Dmitry GutovUse `syntax-ppss' instead of `parse-partial-sexp' where...
2011-04-24 Dmitry GutovSkip unary ops before both semicolon checks
2011-04-23 Dmitry GutovUpdate README
2011-04-23 Dmitry GutovPretty-indent multiline declarations without AST
2011-04-21 Dmitry GutovSimplify `js-ctrl-statement-indentation'
2011-04-20 Dmitry GutovDon't discard the value of `js2-additional-externs'
2011-04-07 moozfix documentation
2011-04-06 moozallow bare CDATA section e.g. let xml = <![CDATA[ foo...
2011-04-04 Dmitry GutovImprove documentation
2011-04-02 moozimenu: accept paren-free direct function call in `js2...
2011-03-28 moozRefined code (Thanks dgutov)
2011-03-28 moozRevert "don't use inner scope of `for` for iteration...
next