summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Implement "final" before C++ class inheritance lists.Alan Mackenzie2019-04-132-0/+20
* Fix error in tramp-sh.elMichael Albinus2019-04-131-2/+8
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-1211-16/+16
* Don't signal error from url debug functionsDmitry Gutov2019-04-132-11/+0
* Analyze C++ method with & or && ref-qualifier as defun, not brace listAlan Mackenzie2019-04-121-12/+26
* * lisp/help-fns.el (help-fns-describe-variable-functions): New hookStefan Monnier2019-04-121-168/+246
* Optimize byte-compilation of proper-list-pBasil L. Contovounesios2019-04-122-1/+7
* Pop to originating erc buffer when clicking desktop notificationAlex Murray2019-04-121-8/+14
* Always set gnus-group property to a group nameBasil L. Contovounesios2019-04-121-55/+43
* * lisp/vc/diff-mode.el: Avoid re-initializing buffer in diff-syntaxStefan Monnier2019-04-111-18/+24
* Merge commit 'de238b39e335c6814283faa171b35145f124edf2'Stephen Leake2019-04-1173-2000/+2466
|\
| * Fix rgrep in dired using directory for search file patternChristopher Thorne2019-04-112-2/+19
| * Add extra text property to fix issue with js2-mode integrationJackson Ray Hamilton2019-04-101-4/+13
| * 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
| * Merge from origin/emacs-26Glenn Morris2019-04-101-0/+3
| |\
| | * Note that choose-completion-string-functions funcs take four argsEric Abrahamsen2019-04-091-0/+3
| | * Clarify the TESTFN argument to `alist-get'Mattias Engdegård2019-04-091-2/+2
| * | Merge from origin/emacs-26Glenn Morris2019-04-103-4/+23
| |\ \ | | |/
| | * Fix doc strings of 'vc-version-diff' and 'vc-version-ediff'Eli Zaretskii2019-04-061-3/+14
| | * Improve commentary in frame.elEli Zaretskii2019-04-061-0/+8
| | * Fix typo in a doc stringMauro Aranda2019-04-061-1/+1
| | * ; * lisp/ldefs-boot.el: Update.Nicolas Petton2019-03-201-3/+3
| * | Eshell dependencies: Fix recent regressionsStefan Monnier2019-04-103-3/+8
| * | Add new defcustom js-jsx-align->-with-<Jackson Ray Hamilton2019-04-091-4/+31
| * | Add new defcustom js-jsx-indent-levelJackson Ray Hamilton2019-04-091-2/+38
| * | 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-091-3/+3
| * | 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
| * | Fix "M-x eshell"Eli Zaretskii2019-04-091-0/+6
| * | 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-081-1/+1
| * | 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-081-8/+11
| * | Optimize js-jsx--enclosing-tag-posJackson Ray Hamilton2019-04-081-5/+17
| * | Optimize js-jsx--matching-close-tag-posJackson Ray Hamilton2019-04-081-36/+31
| * | 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-081-39/+58