aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * lisp/files.el (save-buffers-kill-emacs): Mark "*Process List*" as dedicated.Juri Linkov2019-12-231-1/+2
* * lisp/tab-bar.el: Use alist-get instead of (cdr (assq ...))Juri Linkov2019-12-231-37/+39
* * lisp/proced.el (proced-signal-list): Add more POSIX 1003.1-2001 signals.Juri Linkov2019-12-231-2/+15
* Fix bug in flex completion style's sorting and simplifyJoão Távora2019-12-221-30/+32
* * lisp/gnus/gnus-start.el: Use lexical-bindingStefan Monnier2019-12-222-32/+31
* Fix wording of recent documentation changesEli Zaretskii2019-12-221-3/+4
* * lisp/net/trampver.el (inhibit-message): Declare.Michael Albinus2019-12-221-0/+3
* * lisp/term/ns-win.el (ns-insert-working-text): Comment is obsolete.Alan Third2019-12-221-2/+0
* Improve sorting of flex completion style with non-nil minibuffer-defaultJoão Távora2019-12-221-11/+27
* Fix display of working text on NS (Bug#23412, Bug#1453)Masahiro Nakamura2019-12-221-6/+4
* * lisp/tab-bar.el: Rename tab-bar-list to tab-switcher (bug#38624)Juri Linkov2019-12-221-66/+66
* New variable set-message-function to show message at the end of the minibufferJuri Linkov2019-12-221-0/+70
* backup-by-copying-when-privileged-mismatch applies to file gid, too.Stephen Gildea2019-12-211-6/+9
* Add new function `python-shell-send-statement'lin.sun2019-12-211-0/+22
* * lisp/international/mule-cmds.el: Fix bug#38642Stefan Monnier2019-12-201-21/+18
* Speed up vc-dir-updateDmitry Gutov2019-12-211-12/+15
* Fix error in tramp-process-sentinelMichael Albinus2019-12-201-3/+5
* * lisp/tab-bar.el: Sort tab names by recency for tab switching (bug#38624)Juri Linkov2019-12-201-14/+22
* ; Fix typos in ange-ftp.el (bug#38660)Michael Albinus2019-12-191-2/+2
* More precise 'regexp-opt' documentationMattias Engdegård2019-12-181-5/+5
* Fix an error with remote file name in compile.elMichael Albinus2019-12-181-11/+5
* Verilog-Mode collected updates.Wilson Snyder2019-12-171-5/+10
* Improve Tramp's file-name-completionMichael Albinus2019-12-171-2/+8
* Adjust cursor column when auto-scrolling during rectangle selectionMattias Engdegård2019-12-171-3/+7
* Make ls-files-unknown only return proper files, not directoriesAndrii Kolomoiets2019-12-171-2/+1
* vc-git-after-dir-status-stage: Avoid erroneous up-to-date statusDmitry Gutov2019-12-171-8/+13
* * lisp/isearch.el (isearch-xterm-paste): Use code like in 'xterm-paste'.Juri Linkov2019-12-161-3/+5
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-163-13/+8
* * lisp/tab-line.el (tab-line-auto-hscroll): Improve.Juri Linkov2019-12-161-22/+47
* * lisp/tab-bar.el (tab-bar-handle-mouse): Handle close button.Juri Linkov2019-12-161-3/+6
* * lisp/tab-bar.el (tab-bar-select-tab): Message about selected tab (bug#38624)Juri Linkov2019-12-161-2/+6
* * lisp/tab-bar.el (tab-bar-close-other-tabs): Use tab close customsRobert Cochran2019-12-161-2/+9
* Document variables that affect tabs in function docstringsRobert Cochran2019-12-161-2/+12
* New command 'diff-buffers'Phil Sainty2019-12-161-1/+32
* * lisp/minibuffer.el (completion-pcm--find-all-completions): Simplify a bitStefan Monnier2019-12-141-63/+63
* * lisp/net/tramp.el (tramp-initial-file-name-regexp): Make it more precise.Michael Albinus2019-12-141-1/+1
* Don't warn about pure-space overflowEli Zaretskii2019-12-141-1/+5
* Disable undo in the process buffers of a JSONRPC connectionJoão Távora2019-12-131-1/+4
* * lisp/net/tramp.el (tramp-unload-tramp): Autoload function body.Michael Albinus2019-12-131-3/+6
* python-shell-completion-at-point: respect simple-operator (Bug#37808)Andrii Kolomoiets2019-12-131-1/+1
* Allow characters and single-char strings in rx charsetsMattias Engdegård2019-12-131-6/+20
* Add prefix to help.el uni-confusable* varsNoam Postavsky2019-12-132-10/+17
* * lisp/emacs-lisp/edebug.el (edebug-remove-instrumentation): Use 'user-error'.Juri Linkov2019-12-131-1/+1
* * lisp/wid-edit.el (widget-field): Add ':extend t' to defface (bug#37774)Juri Linkov2019-12-131-4/+8
* Use `or' instead of `union' for charset union in rxMattias Engdegård2019-12-121-15/+26
* Optimize prompt search in TrampMichael Albinus2019-12-124-20/+29
* Treat passed strings as raw-text when percent-escaping in epgRobert Pluim2019-12-121-1/+1
* * lisp/emacs-lisp/debug.el (debug-on-entry): Allow undefined functionsStefan Monnier2019-12-111-1/+1
* * lisp/font-lock.el (font-lock-fontify-region): Widen here (bug#38049)Stefan Monnier2019-12-111-34/+34
* * lisp/calculator.el (cl-lib): Require at run-time as well.Stefan Monnier2019-12-111-1/+1