summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix <button>...</button> submit button rendering in ewwLars Ingebrigtsen2020-02-201-5/+7
* Introduce face for <code> elements in shrKévin Le Gouguec2020-02-201-1/+1
* Fix some file-modes racesPaul Eggert2020-02-195-27/+26
* Fix conversion of text/html->multipart/relatedJeremy Compostella2020-02-191-5/+14
* Support state changing VC operations in dired-mode on files (bug#34949)Juri Linkov2020-02-192-8/+30
* * lisp/wdired.el (wdired-next-line, wdired-previous-line): Preserve columnStefan Monnier2020-02-181-0/+2
* Merge from origin/emacs-27Glenn Morris2020-02-166-105/+62
|\
| * Reformulate c-end-of-macro, handling multiline block comments betterAlan Mackenzie2020-02-162-56/+38
| * 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
| * Remove the optional KEEP-ORDER argument to regexp-optMattias Engdegård2020-02-131-34/+9
* | When searching a topic in Gnus, search all topic's groupsEric Abrahamsen2020-02-141-1/+2
* | * 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
* | Add an appropriate error for reading bad JSON arraysMark Oteiza2020-02-131-1/+2
* | Merge from origin/emacs-27Glenn Morris2020-02-135-23/+36
|\ \ | |/
| * Fix display of minibuffer prompt in ido.elEli Zaretskii2020-02-122-14/+23
| * rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-121-1/+1
| * 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
| * Revert "Fix display of working text on NS (Bug#23412, Bug#1453)"Alan Third2020-02-111-4/+6
* | Merge from origin/emacs-27Glenn Morris2020-02-1316-28/+49
|\ \ | |/
| * c-end-of-macro: Handle block coment lines with unescaped NLs correctlyAlan Mackenzie2020-02-102-8/+28
| * Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-0914-17/+17
| * More accurate documentation of 'package-menu-hide-package'Eli Zaretskii2020-02-081-3/+4
| * Revert "Signal user-error on duplicate package refresh"Stefan Kangas2020-02-061-4/+1
* | Simplify Tramp cachingMichael Albinus2020-02-132-63/+44
* | Fix `tramp-interrupt-process'Michael Albinus2020-02-131-6/+3
* | 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
* | Use quit-restore-window to close tab (bug#39446)Juri Linkov2020-02-103-28/+69
* | * lisp/simple.el (undo-redo): New commandStefan Monnier2020-02-081-0/+24
* | Improve prefix arg support in 'ediff-scroll-horizontally'Kyle Hubert2020-02-081-2/+2
* | Enhance memory address evaluation in gdb-miYuan Fu2020-02-081-15/+42
* | Some Tramp fixesMichael Albinus2020-02-074-20/+32
* | Merge from origin/emacs-27Glenn Morris2020-02-0616-40/+52
|\ \ | |/
| * Wrap some set-auto-mode calls with delay-mode-hooks (bug#39190)Juri Linkov2020-02-063-3/+9
| * Support ido-vertical-mode betterDmitry Gutov2020-02-051-0/+3
| * Fix faces tab-bar and tab-line.Juri Linkov2020-02-052-4/+4
| * Clarify lexvar restrictions for add-to-ordered-list, add-to-historyMattias Engdegård2020-02-021-1/+3
| * Replace add-to-list to lexical variable with push (bug#39373)Mattias Engdegård2020-02-016-20/+19
| * Clarify add-to-list documentation (bug#39373)Mattias Engdegård2020-02-011-0/+1
| * MH-E: alter content in mh-display-msg, not mh-show-modeStephen Gildea2020-02-011-3/+3
| * Update documentation for mh-show-mode-hookStephen Gildea2020-02-012-5/+6
| * Example goto-addr hook: MH-E already uses goto-addressStephen Gildea2020-02-011-4/+4
| * ; Auto-commit of loaddefs files.Glenn Morris2020-02-011-2/+71
| * * lisp/emacs-lisp/debug.el (debug): Merge the non-interactive casesPaul Pogonyshev2020-01-311-150/+142