aboutsummaryrefslogtreecommitdiffstats
path: root/test/manual (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-17Fix some Texinfo markupBasil L. Contovounesios1-1/+1
2020-05-29* lisp/emacs-lisp/lisp-mode.el: Add new indentation conventionakater2-0/+10
2020-05-24Fix rare assertion violations in 'etags'Eli Zaretskii6-4416/+4416
2020-05-10Allow underscores in CSS variable namesSimen Heggestøyl3-0/+18
2020-03-14Support Unicode 13.0Eli Zaretskii1-3/+3
2020-01-01Fix copyright years by handPaul Eggert1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert51-51/+51
2019-12-10; Spelling fixesPaul Eggert3-9/+9
2019-12-09Spelling fixesPaul Eggert1-1/+1
2019-12-07Ignore comments and strings when matching JSXJackson Ray Hamilton1-0/+7
2019-11-15* lisp/progmodes/perl-mode.el (perl-calculate-indent): Indent qw(...)Stefan Monnier1-0/+6
2019-10-31* test/manual/cedet/tests/test*: More updates from upstreamEric Ludlam5-10/+238
2019-10-31* test/manual/cedet/tests/testdoublens.cpp: Update from upstreamEric Ludlam2-4/+55
2019-10-31* test/manual/cedet/tests/: New files for semantic-utest-ia.elEric Ludlam10-0/+997
2019-10-15Copy CEDET/Semantic's tag formatter test suite to be anEric Ludlam2-0/+173
2019-10-15Update CEDET manual tests so that they run.Eric Ludlam3-24/+51
2019-10-15Convert manual CEDET tests from test/manual/cedet to beEric Ludlam3-1467/+0
2019-10-05Remove some XEmacs compat code from the CEDET testsLars Ingebrigtsen2-16/+13
2019-09-23Update some URLsPaul Eggert1-1/+1
2019-09-22Ignore comments and strings when recognizing JSXJackson Ray Hamilton1-0/+16
2019-07-22* lisp/progmodes/opascal.el: Allow inline `var` decl in `for` (bug#36348)Stefan Monnier1-0/+12
2019-07-20* test/manual/indent/octave.m (spmd): Add test for last changeStefan Monnier1-0/+4
2019-06-29Support native image transforms on MS-WindowsEli Zaretskii1-1/+1
2019-06-24* lisp/textmodes/tex-mode.el (latex-noindent-commands): New custom varStefan Monnier1-0/+4
2019-06-20Throughout cedet, don't use semantic-overlay-* compat aliasesLars Ingebrigtsen1-2/+2
2019-06-16Revert "Simplify image transforms"Alan Third1-3/+31
2019-06-16Simplify image transformsAlan Third1-31/+3
2019-06-16Document image transformsAlan Third1-0/+176
2019-06-09Fix TODO to convert defvar with leading '*' to defcustomStefan Kangas1-0/+1
2019-05-26Update author/maintainer infoPaul Eggert19-19/+19
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2-0/+2
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert2-2/+0
2019-04-09Add new defcustom js-jsx-align->-with-<Jackson Ray Hamilton1-0/+12
2019-04-09Add new defcustom js-jsx-indent-levelJackson Ray Hamilton1-0/+13
2019-04-08Permit non-ASCII identifiers in JSJackson Ray Hamilton1-0/+7
2019-04-08Improve whitespace and unary keyword parsingJackson Ray Hamilton1-0/+16
2019-04-08Optimize js-jsx--matching-close-tag-posJackson Ray Hamilton1-1/+6
2019-04-08Add tests for miscellaneous JSX parsing featsJackson Ray Hamilton1-0/+26
2019-04-08Indent expressions in JSXAttributes relative to the attribute’s nameJackson Ray Hamilton1-0/+25
2019-04-08Fix counting of nested self-closing JSXOpeningElementsJackson Ray Hamilton1-0/+13
2019-04-08Indent broken arrow function bodies as an N+1th argJackson Ray Hamilton1-0/+5
2019-04-08Rename tests to use the “.jsx” file extensionJackson Ray Hamilton4-8/+0
2019-04-08Improve JSX syntax propertizationJackson Ray Hamilton1-0/+8
2019-04-08Update expectations for JSX indentation in JSXAttribute spaceJackson Ray Hamilton1-4/+10
2019-04-08js-syntax-propertize: Disambiguate JS from JSX, fixing some indentsJackson Ray Hamilton1-0/+14
2019-04-08Add new (failing) unclosed JSX test and separate such testsJackson Ray Hamilton3-9/+32
2019-04-08Add failing tests for JSX indentation bugsJackson Ray Hamilton2-0/+201
2019-03-09Import Unicode 12.0 data filesEli Zaretskii1-2/+2
2019-02-25Backport: js--re-search-backward-inner: Fix infloopDmitry Gutov1-0/+7
2019-02-13Indent arrows’ expression bodies like function bodies (Bug#25904)Jackson Ray Hamilton1-0/+9