summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Permit non-ASCII identifiers in JSfeature/jsxJackson Ray Hamilton2019-04-082-1/+8
* Identify JSX strings (for js2-mode)Jackson Ray Hamilton2019-04-081-4/+9
* Properly set a dynamic, syntactic mode nameJackson Ray Hamilton2019-04-071-27/+21
* Improve whitespace and unary keyword parsingJackson Ray Hamilton2019-04-072-8/+27
* Optimize js-jsx--enclosing-tag-posJackson Ray Hamilton2019-04-071-5/+17
* Optimize js-jsx--matching-close-tag-posJackson Ray Hamilton2019-04-072-37/+37
* Add tests for miscellaneous JSX parsing featsJackson Ray Hamilton2019-03-271-0/+26
* Split JSX indentation calculation into several functionsJackson Ray Hamilton2019-03-271-65/+81
* Indent expressions in JSXAttributes relative to the attribute’s nameJackson Ray Hamilton2019-03-272-39/+83
* Fix counting of nested self-closing JSXOpeningElementsJackson Ray Hamilton2019-03-272-25/+27
* Indent broken arrow function bodies as an N+1th argJackson Ray Hamilton2019-03-272-14/+13
* Rename tests to use the “.jsx” file extensionJackson Ray Hamilton2019-03-274-8/+0
* Improve JSX syntax propertizationJackson Ray Hamilton2019-03-272-31/+51
* Automatically detect JSX in JavaScript filesJackson Ray Hamilton2019-03-272-7/+115
* Finish replacing SGML-based JSX detection with js-mode’s parsingJackson Ray Hamilton2019-03-271-11/+3
* Indent JSX as parsed in a JS contextJackson Ray Hamilton2019-03-271-142/+165
* Update expectations for JSX indentation in JSXAttribute spaceJackson Ray Hamilton2019-03-271-4/+10
* Propertize and font-lock JSXText and JSXExpressionContainersJackson Ray Hamilton2019-03-271-5/+211
* Font-lock JSX while editing it by extending regionsJackson Ray Hamilton2019-03-271-7/+74
* Add basic JSX font-lockingJackson Ray Hamilton2019-03-271-92/+124
* Use js-jsx- prefix for functions and variablesJackson Ray Hamilton2019-03-271-26/+26
* js-syntax-propertize: Disambiguate JS from JSX, fixing some indentsJackson Ray Hamilton2019-03-272-1/+113
* Add new (failing) unclosed JSX test and separate such testsJackson Ray Hamilton2019-03-273-9/+32
* Refactor JSX indentation code to improve enclosing JSX discoveryJackson Ray Hamilton2019-03-271-196/+141
* Add failing tests for JSX indentation bugsJackson Ray Hamilton2019-03-272-0/+201
* * lisp/emacs-lisp/map.el (map-inplace): Fix the message of the error.Nicolas Petton2019-03-271-1/+1
* Support native image resizing on cairoYAMAMOTO Mitsuharu2019-03-274-15/+34
* Fix cairo image drawing with boxYAMAMOTO Mitsuharu2019-03-271-20/+35
* 2019-03-26 regex cleanupPaul Eggert2019-03-2610-27/+34
* * easy-mmode.el: simplify via custom-current-groupStefan Monnier2019-03-261-6/+0
* Use cairo image surface instead of pattern for fringe bitmapYAMAMOTO Mitsuharu2019-03-261-16/+8
* Fix cairo scrolling for left scroll bars caseYAMAMOTO Mitsuharu2019-03-261-3/+2
* Support tool bar icon image on GTK+ >= 3.10 with cairoYAMAMOTO Mitsuharu2019-03-261-2/+35
* Simplify cairo image surface creation and destructionYAMAMOTO Mitsuharu2019-03-262-52/+48
* ; * etc/NEWS: Fix Tabulated List mode nesting.Basil L. Contovounesios2019-03-261-1/+1
* Port recent ngettext stub to non-glibcPaul Eggert2019-03-251-25/+9
* Update from Gnulib.Paul Eggert2019-03-2514-268/+195
* * lisp/vc/vc.el (vc-diff-mergebase, vc-log-mergebase): New commands.Juri Linkov2019-03-254-4/+75
* Fix alignment bug with pure bignumsPaul Eggert2019-03-251-4/+9
* * lisp/international/mule-cmds.el (ngettext): Move to editfns.c.Juri Linkov2019-03-252-15/+38
* Fix text property bug in gnus-group-list-activeEric Abrahamsen2019-03-251-1/+1
* Don't save Gnus' dummy.group to the .newsrc.eld fileEric Abrahamsen2019-03-251-1/+1
* Handle multiple possible types for Gnus group namesEric Abrahamsen2019-03-251-3/+6
* Fix a dns-mode reentrancy bugPaul Eggert2019-03-251-1/+1
* Fix non_local_exit_get signature in Elisp manualBasil L. Contovounesios2019-03-251-1/+1
* Explain messages with patches in CONTRIBUTEMichael Albinus2019-03-251-1/+4
* Support ./configure --with-gif=ifavailable etc.Paul Eggert2019-03-253-19/+52
* * lisp/vc/diff-mode.el: Better handle empty lines in context diffsStefan Monnier2019-03-251-2/+3
* Fix some integer issues in regex-emacsPaul Eggert2019-03-256-225/+161
* * src/regex-emacs.c (regex_compile): Fix comments.Paul Eggert2019-03-251-4/+2