summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | * etc/NEWS: Document new and improved JSX support in js-modeJackson Ray Hamilton2019-04-091-0/+45
| * | Explain reasonings for JSX syntax support design decisionsJackson Ray Hamilton2019-04-081-0/+109
| * | Move curly functions closer to where they’re usedJackson Ray Hamilton2019-04-081-20/+20
| * | Add open/close parenthesis syntax to “<” and “>” in JSXJackson Ray Hamilton2019-04-081-0/+4
| * | Permit non-ASCII identifiers in JSJackson 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-081-27/+21
| * | Improve whitespace and unary keyword parsingJackson Ray Hamilton2019-04-082-8/+27
| * | Optimize js-jsx--enclosing-tag-posJackson Ray Hamilton2019-04-081-5/+17
| * | Optimize js-jsx--matching-close-tag-posJackson Ray Hamilton2019-04-082-37/+37
| * | Add tests for miscellaneous JSX parsing featsJackson Ray Hamilton2019-04-081-0/+26
| * | Split JSX indentation calculation into several functionsJackson Ray Hamilton2019-04-081-65/+81
| * | Indent expressions in JSXAttributes relative to the attribute’s nameJackson Ray Hamilton2019-04-082-39/+83
| * | Fix counting of nested self-closing JSXOpeningElementsJackson Ray Hamilton2019-04-082-25/+27
| * | Indent broken arrow function bodies as an N+1th argJackson Ray Hamilton2019-04-082-14/+13
| * | Rename tests to use the “.jsx” file extensionJackson Ray Hamilton2019-04-084-8/+0
| * | Improve JSX syntax propertizationJackson Ray Hamilton2019-04-082-31/+51
| * | Automatically detect JSX in JavaScript filesJackson Ray Hamilton2019-04-082-7/+115
| * | Finish replacing SGML-based JSX detection with js-mode’s parsingJackson Ray Hamilton2019-04-081-11/+3
| * | Indent JSX as parsed in a JS contextJackson Ray Hamilton2019-04-081-142/+165
| * | Update expectations for JSX indentation in JSXAttribute spaceJackson Ray Hamilton2019-04-081-4/+10
| * | Propertize and font-lock JSXText and JSXExpressionContainersJackson Ray Hamilton2019-04-081-5/+211
| * | Font-lock JSX while editing it by extending regionsJackson Ray Hamilton2019-04-081-7/+74
| * | Add basic JSX font-lockingJackson Ray Hamilton2019-04-081-92/+124
| * | Use js-jsx- prefix for functions and variablesJackson Ray Hamilton2019-04-081-26/+26
| * | js-syntax-propertize: Disambiguate JS from JSX, fixing some indentsJackson Ray Hamilton2019-04-082-1/+113
| * | Add new (failing) unclosed JSX test and separate such testsJackson Ray Hamilton2019-04-083-9/+32
| * | Refactor JSX indentation code to improve enclosing JSX discoveryJackson Ray Hamilton2019-04-081-196/+141
| * | Add failing tests for JSX indentation bugsJackson Ray Hamilton2019-04-082-0/+201
| * | Restore .dir-locals.el accidentally deletedKatsumi Yamaoka2019-04-091-0/+22
| * | Fix last commit messageKatsumi Yamaoka2019-04-091-22/+0
| * | Merge remote-tracking branch 'origin/master'Katsumi Yamaoka2019-04-090-0/+0
| |\ \
| | * | Make `jump to group' work even if it is not activated (bug#33653)Katsumi Yamaoka2019-04-091-1/+1
| * | | Make `jump to group' work even if it is not activated (bug#33653)Katsumi Yamaoka2019-04-091-1/+1
| |/ /
| * | Fix encoding and access of Gnus group namesEric Abrahamsen2019-04-084-24/+27
| * | Make `move article' work again (bug#33653)Katsumi Yamaoka2019-04-081-2/+3
| * | * lisp/gnus/gnus-sum.el: Prepare for lexical-bindingStefan Monnier2019-04-081-82/+147
| * | * lisp/vc/diff-mode.el (diff-syntax-fontify-props): Check both buffer-localJuri Linkov2019-04-081-1/+2
| * | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-0822-78/+76
| * | * lisp/gnus/gnus-agent.el (gnus-agent-fetch-articles): Use match-stringStefan Monnier2019-04-081-46/+45
| * | * nadvice.el: Add ourselves to package--builtin-versionsStefan Monnier2019-04-081-0/+7
| * | Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier2019-04-0812-134/+154
| * | Fix file-readable-p and file-executable-p in some Tramp backendsMichael Albinus2019-04-082-5/+17
| * | ; * src/frame.h (MonitorInfo): Remove const modifierAlexander Gramiak2019-04-071-1/+1
| * | ; * src/xfns.c (x-display-monitor-attributes-list) Fix typo.Alexander Gramiak2019-04-071-1/+1
| * | Rename variable for clarityMattias Engdegård2019-04-071-3/+3
| * | Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak2019-04-073-4/+9
| * | Simplify fill_gstring_headerPaul Eggert2019-04-071-17/+8
| * | Help the compiler with byte orderPaul Eggert2019-04-071-2/+2
| * | Fix more regexp odditiesPaul Eggert2019-04-074-6/+5