]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2015-11-06 Dmitry GutovMerge pull request #283 from XeCycle/master-with-async
2015-11-06 Carl LeiAdd NEWS entry for async/await
2015-11-06 Carl LeiParse async methods
2015-11-06 Dmitry GutovAdd setImmediate and clearImmediate to js2-node-externs
2015-11-06 Dmitry GutovMerge pull request #285 from dgreensp/fix-param-destruct
2015-11-05 David GreenspanFix parsing of param with destructure and default
2015-11-05 Dmitry GutovMerge pull request #284 from XeCycle/0o-octals
2015-11-05 Carl LeiAllow 0o octals in strict mode
2015-11-05 Carl LeiMove method type handling to property METHOD_TYPE
2015-11-05 Carl LeiAdapt async/await changes to latest master
2015-11-03 Dmitry GutovMerge pull request #278 from redguardtoo/master
2015-11-03 Chen Bin`js2-print-json-path' added
2015-11-01 Dmitry GutovSupport .jsx file extension too in the example
2015-11-01 Dmitry GutovMerge pull request #282 from jacksonrayhamilton/js2...
2015-11-01 Jackson Ray... Add js2-jsx-mode usage instructions
2015-11-01 Jackson Ray... Add NEWS entry for js2-jsx-mode
2015-10-31 Jackson Ray... Copy JSX indentation logic to js2-old-indent.el
2015-10-31 Jackson Ray... Add js2-jsx-mode
2015-10-31 Dmitry GutovUpdate MELPA URL
2015-10-31 Dmitry GutovMerge pull request #280 from XeCycle/binding-pattern...
2015-10-30 Dmitry GutovMerge pull request #281 from robbyoconnor/patch-1
2015-10-30 Robert (Robby... Add melpa badges
2015-10-30 Carl LeiReport error for binding initializer outside destructuring
2015-10-30 Carl LeiSupport initializer in destructuring
2015-10-30 Dmitry GutovMerge pull request #279 from XeCycle/class-semicolon...
2015-10-30 Carl LeiAllow semicolons in a class body
2015-10-30 Dmitry GutovMerge pull request #276 from XeCycle/methods
2015-10-29 Carl LeiAdd NEWS entry about rename to method-node
2015-10-29 Carl LeiRefactor: rename getter-setter-node to method-node
2015-10-29 Carl LeiAdd test on shorthand method name and scoping
2015-10-29 Carl LeiRefactor: unify computed property name handling
2015-10-27 Dmitry GutovHandle open-curlies after newline
2015-10-26 Dmitry Gutovjs2-parse-highlight-prop-get: Take care now to overwrit...
2015-10-15 Dmitry GutovAdd a test for the latest change
2015-10-15 Dmitry GutovDon't misindent generator methods
2015-10-13 Dmitry GutovAlso highlight property lookups with the same face
2015-10-12 Dmitry GutovDefine js2-object-property face
2015-10-01 Dmitry GutovFix 'make all' on older emacsen
2015-09-11 Dmitry GutovMerge pull request #266 from jacksonrayhamilton/no...
2015-09-11 Jackson HamiltonDon't treat getter / setter pairs as duplicates
2015-09-09 Dmitry GutovRephrase
2015-09-09 Dmitry GutovAdd NEWS and bump the version
2015-09-09 Dmitry GutovExplicitly remap js-find-symbol
2015-09-07 Dmitry GutovRemove a space
2015-09-07 Dmitry GutovUse cl-assert instead of error
2015-09-07 Dmitry GutovAdd cl- prefix, improve line lengths
2015-09-07 ScottyBRemoved functions: js2-build-prop-name-list and js2...
2015-09-07 ScottyBClean up todo in js2-search-scope and fix year typo
2015-09-07 ScottyBClarified js2-search-scope doc string
2015-09-07 ScottyBOnly jump if not already at var or function definition
2015-09-07 ScottyBFind definition by locating assignment nodes
2015-09-07 ScottyBSupport jumping to buffers of the same major mode
2015-09-07 ScottyBFixed jumping to object properties
2015-09-07 ScottyBSimplified method of searching for nodes based on scope
2015-09-07 ScottyBSimplified property name matching
2015-09-07 ScottyBReturn correct node when searching for the definition...
2015-09-07 ScottyBAdded missing etags dependency
2015-09-07 ScottyBAdd a jump to definition command bound to M-.
2015-09-07 Dmitry Gutovjs2-define-destruct-symbols: Speed up, theoretically
2015-09-07 Dmitry Gutovjs2-define-destruct-symbols-internal: Remove, don't...
2015-09-07 Dmitry Gutovjs2-define-destruct-symbols-internal: Stop growing...
2015-09-07 Dmitry Gutovjs2-define-destruct-symbols-internal: Anticipate js2...
2015-08-25 Dmitry GutovAllow plain parameters after default
2015-08-24 Dmitry GutovHandle @property like @param, and handle aliases
2015-08-14 Dmitry GutovDefine js2-re-search-forward as an alias as well
2015-07-26 Dmitry GutovNever enable js2-minor-mode in js2-mode
2015-07-21 Dmitry GutovFix #247, indentation inside block comments
2015-07-18 Dmitry Gutov-L .
2015-07-18 Dmitry GutovRevert the "containerized build" commits, because Travi...
2015-07-18 Dmitry Gutov...
2015-07-18 Dmitry GutovThis shit is confusing
2015-07-18 Dmitry GutovTry to use $EMACS implicitly
2015-07-18 Dmitry GutovFix indent
2015-07-18 Dmitry GutovRemove outdated reference
2015-07-18 Dmitry GutovHopefully fix the matrix
2015-07-18 Dmitry GutovTry a containerized Travis build
2015-07-18 Dmitry GutovFix indentation tests, by always loading js2-old-indent
2015-07-18 Dmitry GutovDerive from js-mode
2015-07-18 Dmitry GutovUse indentation code from js-mode when we can
2015-07-12 Dmitry GutovAnd actually update NEWS
2015-07-12 Dmitry GutovActually remove the macro
2015-07-12 Dmitry GutovAdd NEWS entry and bump version
2015-07-12 Dmitry GutovGet rid of js2-with-underscore-as-word-syntax
2015-07-12 Dmitry GutovRemove js2-current-indent
2015-06-30 Dmitry GutovMerge pull request #242 from jacksonrayhamilton/strict...
2015-06-30 Jackson Ray... Fix bug where properties where checked for strict mode...
2015-06-25 Jackson Ray... Cleanup
2015-06-25 Jackson Ray... Remove strict mode slots on nodes.
2015-06-25 Jackson Ray... Reparse strict functions.
2015-06-08 Jackson Ray... setq inline
2015-06-08 Jackson Ray... Fix refactoring regression.
2015-06-08 Jackson Ray... Report the correct octal number error
2015-06-08 Jackson Ray... Don't treat a block-scoped const as redeclaration
2015-06-08 Jackson Ray... Cleanup
2015-06-08 Jackson Ray... Duplicate object keys are an error in strict mode
2015-06-08 Jackson Ray... Octal syntax is an error in strict mode
2015-06-08 Jackson Ray... with statements are syntax errors in strict mode
2015-06-08 Jackson Ray... Check identifiers in strict mode.
2015-06-07 Jackson Ray... Test const scoping.
2015-06-07 Jackson Ray... Track script and function strict mode.
next