summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable message saving to work when first use of Gnus (bug#35208)Katsumi Yamaoka2019-04-111-1/+5
* Inhibit displaying help buffer in main window in perform-replaceJuri Linkov2019-04-101-16/+18
* Fix $(MAKE) -C for out-of-tree bootstrapsPaul Eggert2019-04-101-2/+2
* Merge from origin/emacs-26Glenn Morris2019-04-102-22/+33
|\
| * Note that choose-completion-string-functions funcs take four argsEric Abrahamsen2019-04-091-0/+3
| * Address name conflicts in EIEIO documentation (bug#31660)Gemini Lasswell2019-04-091-22/+30
* | ; Merge from origin/emacs-26Glenn Morris2019-04-100-0/+0
|\ \ | |/
| * Clarify the TESTFN argument to `alist-get'Mattias Engdegård2019-04-091-2/+2
* | Merge from origin/emacs-26Glenn Morris2019-04-107-57/+99
|\ \ | |/
| * * src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)Eli Zaretskii2019-04-081-2/+3
| * Fix doc strings of 'vc-version-diff' and 'vc-version-ediff'Eli Zaretskii2019-04-061-3/+14
| * Improve documentation of set-window-startEli Zaretskii2019-04-062-8/+21
| * Improve documentation of window parametersEli Zaretskii2019-04-061-42/+51
| * Improve commentary in frame.elEli Zaretskii2019-04-061-0/+8
| * Fix typo in a doc stringMauro Aranda2019-04-061-1/+1
| * ; * src/fontset.c (set-fontset-font): Use uppercase arg in docstringAlexander Gramiak2019-04-041-1/+1
* | * test/lisp/progmodes/python-tests.el: "Fix" failing testStefan Monnier2019-04-102-0/+13
* | Eshell dependencies: Fix recent regressionsStefan Monnier2019-04-103-3/+8
* | * etc/NEWS: Document js-jsx-align->-with-<Jackson Ray Hamilton2019-04-091-2/+14
* | Add new defcustom js-jsx-align->-with-<Jackson Ray Hamilton2019-04-092-4/+43
* | * etc/NEWS: Document way to revert to old JSX indentation behaviorJackson Ray Hamilton2019-04-091-6/+13
* | Add new defcustom js-jsx-indent-levelJackson Ray Hamilton2019-04-092-2/+51
* | Remove the need for temacs.inPaul Eggert2019-04-094-62/+23
* | Remove assumption of uint64_t etc. in portable codePaul Eggert2019-04-095-70/+47
* | Remove dmpstruct.hPaul Eggert2019-04-095-145/+2
* | diff-font-lock-syntax: clarify distinction between t and hunk-alsoStefan Monnier2019-04-091-69/+63
* | Use lexical-binding in bug-reference.elAlex Branham2019-04-092-6/+6
* | Fix Gnus duplicate suppression guards (bug#34987)Basil L. Contovounesios2019-04-091-5/+6
* | * lisp/printing.el: Use lexical-bindingStefan Monnier2019-04-091-1102/+656
* | quail.el: Use delete-and-extract-regionStefan Monnier2019-04-091-10/+7
* | python.el: don't syntax-propertize single/double quoted stringsStefan Monnier2019-04-091-24/+16
* | * lisp/progmodes/js.el (js-mode): Don't set comment-start-skip globally!Stefan Monnier2019-04-091-2/+2
* | Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-0922-51/+41
* | * lisp/gnus/mm-view.el (mm-display-inline-fontify): Simplify.Stefan Monnier2019-04-091-14/+17
* | ; Warn of while/dolist pitfall in gnus-sum.elBasil L. Contovounesios2019-04-091-0/+1
* | * lisp/vc/diff-mode.el: Cosmetic changes in diff-syntax-fontify-hunkStefan Monnier2019-04-091-82/+113
* | Clarify the TESTFN argument to `alist-get'Mattias Engdegård2019-04-091-2/+2
* | ; * etc/NEWS: Fix recently added entries.Eli Zaretskii2019-04-091-1/+13
* | Fix "M-x eshell"Eli Zaretskii2019-04-091-0/+6
* | * 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