summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve C-h C-h bug fixPaul Eggert2020-02-161-4/+7
* * src/lread.c (read1): Fix int/Lisp_Object mix up.Glenn Morris2020-02-161-1/+1
* Merge from origin/emacs-27Glenn Morris2020-02-1613-181/+104
|\
| * Reformulate c-end-of-macro, handling multiline block comments betterAlan Mackenzie2020-02-162-56/+38
| * Fix unexec failure on macOS 10.15.4YAMAMOTO Mitsuharu2020-02-161-23/+24
| * Fix 'reverse-region' when less than one line is in regionEli Zaretskii2020-02-151-5/+12
| * Correct default regexp in 'package-menu-hide-package'Pieter van Oostrum2020-02-151-1/+2
| * Remove obsolete menu entry "Redisplay buffer"Pieter van Oostrum2020-02-151-2/+1
| * Remove redundant 'msft' compilation error rule (bug#39595)Mattias Engdegård2020-02-141-7/+0
| * ; * src/editfns.c (Fbuffer_size): Tiny clarification.Philipp Stephani2020-02-131-1/+1
| * * doc/lispref/variables.texi (special-variable-p): Clarify limitsStefan Monnier2020-02-131-0/+4
| * Remove the optional KEEP-ORDER argument to regexp-optMattias Engdegård2020-02-134-84/+19
| * Make after-change-functions called from call-process get the correct BEGAlan Mackenzie2020-02-131-2/+3
* | Fix C-h C-h bug due to mutating a hash keyPaul Eggert2020-02-151-0/+15
* | Remove another test for deleted lread featureGlenn Morris2020-02-151-11/+0
* | ; * etc/NEWS: Fix wording in a recently added entry.Eli Zaretskii2020-02-151-1/+1
* | Fix typosMark Oteiza2020-02-141-2/+2
* | * etc/NEWS: Improve last changeStefan Monnier2020-02-141-1/+2
* | When searching a topic in Gnus, search all topic's groupsEric Abrahamsen2020-02-141-1/+2
* | Remove lread tests for a feature that was deletedGlenn Morris2020-02-141-16/+0
* | * src/lread.c: Remove old-style backquotes supportStefan Monnier2020-02-142-89/+15
* | * lisp/gnus/nnmaildir.el: Fix O(n^2) problem when leaving a groupStefan Monnier2020-02-142-13/+19
* | * lisp/simple.el (undo): Use undo--last-change-was-undo-pStefan Monnier2020-02-141-11/+6
* | Fix Tramp tests for MS WindowsMichael Albinus2020-02-141-10/+13
* | Add an appropriate error for reading bad JSON arraysMark Oteiza2020-02-131-1/+2
* | Use CGImage instead of NSBitmapImageRep (bug#32932)Alan Third2020-02-132-66/+90
* | Merge from origin/emacs-27Glenn Morris2020-02-1311-29/+64
|\ \ | |/
| * doc/misc/org.texi: Fix @dircategoryBastien2020-02-131-1/+1
| * Fix display of minibuffer prompt in ido.elEli Zaretskii2020-02-125-17/+45
| * rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-123-3/+6
| * Make sure not to mark directoriesWolfgang Scherer2020-02-121-2/+3
| * ; Add a TODODmitry Gutov2020-02-121-0/+3
| * vc-hg-dir-status-files: Fix when DIR is not repository rootDmitry Gutov2020-02-121-6/+6
* | ; Merge from origin/emacs-27Glenn Morris2020-02-130-0/+0
|\ \ | |/
| * Revert "Fix display of working text on NS (Bug#23412, Bug#1453)"Alan Third2020-02-112-8/+10
* | Merge from origin/emacs-27Glenn Morris2020-02-1328-49/+73
|\ \ | |/
| * c-end-of-macro: Handle block coment lines with unescaped NLs correctlyAlan Mackenzie2020-02-102-8/+28
| * Fix set-fontset-font with ADD arg non-nilEli Zaretskii2020-02-091-1/+1
| * Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-0924-35/+35
| * More accurate documentation of 'package-menu-hide-package'Eli Zaretskii2020-02-082-5/+9
* | Simplify Tramp cachingMichael Albinus2020-02-132-63/+44
* | Fix `tramp-interrupt-process'Michael Albinus2020-02-132-16/+11
* | Fix Tramp tests towards *BSDMichael Albinus2020-02-121-14/+33
* | Fix problem with auth-source.el in TrampMichael Albinus2020-02-111-1/+6
* | Fix window position in Tramp's shell-commandMichael Albinus2020-02-101-3/+4
* | ; Fix recently-committed documentationEli Zaretskii2020-02-102-3/+5
* | Use quit-restore-window to close tab (bug#39446)Juri Linkov2020-02-103-28/+69
* | Update from GnulibPaul Eggert2020-02-097-27/+50
* | * lisp/simple.el (undo-redo): New commandStefan Monnier2020-02-084-0/+72
* | Allow composition of pure-ASCII strings in the mode lineEli Zaretskii2020-02-081-1/+12