summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't crash if no asynchronous process has been created yet.scratch/sigchld-fdPhilipp Stephani2021-01-101-2/+2
* Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani2021-01-102-6/+93
* Increase probability that a process test succeeds.Philipp Stephani2021-01-101-0/+5
* Remove a pointless check for WCOREDUMPED.Philipp Stephani2021-01-101-2/+1
* Support keyval style beamer frame labelsTassilo Horn2021-01-101-5/+6
* Remove reference to gnus-bug-create-help-bufferEric Abrahamsen2021-01-091-1/+0
* Don't unblock SIGCHLD too early.Philipp Stephani2021-01-093-14/+31
* Count Flymake diagnostics in modeline by severity, not typeJoão Távora2021-01-091-2/+5
* * lisp/emacs-lisp/cl-macs.el (cl--self-tco): Fix build of gnus-agent.elStefan Monnier2021-01-091-1/+2
* Fix cl-concatenate use in macrosEli Zaretskii2021-01-091-2/+2
* * lisp/emacs-lisp/cl-macs.el: Optimize self-calls in tail positionStefan Monnier2021-01-083-11/+135
* Make sure default-directory relates to the originating bufferDmitry Gutov2021-01-091-2/+6
* * lisp/subr.el (letrec): Optimize some non-recursive bindingsStefan Monnier2021-01-084-4/+40
* * lisp/emacs-lisp/cl-generic.el (cl--generic-lambda): Fix last changeStefan Monnier2021-01-081-1/+1
* * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Rename from `pcase--fgrep`Stefan Monnier2021-01-083-38/+42
* Merge recently added kbd testsStefan Kangas2021-01-081-10/+8
* Lift define-prefix-command to LispStefan Kangas2021-01-083-23/+27
* * test/lisp/subr-tests.el (subr-test-kbd): New test.Stefan Kangas2021-01-081-0/+12
* Remove unused DEFSYMStefan Kangas2021-01-081-3/+0
* Fix syntax of space charactersEli Zaretskii2021-01-081-4/+7
* * test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process):Michael Albinus2021-01-081-1/+1
* * lisp/tab-bar.el: Improve tab-bar-show (bug#45556)Juri Linkov2021-01-072-9/+22
* * lisp/mb-depth.el (minibuffer-depth-indicator): Add :group 'minibuffer'.Juri Linkov2021-01-071-0/+1
* Remove an outdated commentStefan Kangas2021-01-071-3/+0
* Further display-buffer doc changesLars Ingebrigtsen2021-01-071-3/+3
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2021-01-0712-63/+252
|\
| * Add a display-buffer window selection function that's more like XEmacsLars Ingebrigtsen2021-01-074-0/+41
| * Fix typo in last display-buffer doc string changeLars Ingebrigtsen2021-01-071-1/+1
| * Edit the display-buffer doc string slightlyLars Ingebrigtsen2021-01-071-17/+31
| * Add work-around for nnmaildir encoding problemLars Ingebrigtsen2021-01-072-6/+31
| * Add tests for mm-decode.elLars Ingebrigtsen2021-01-072-0/+93
| * Clear socks protocol scratch after authenticationF. Jason Park2021-01-071-0/+1
| * Fix quoting problem in pop3-uidl-saveAndreas Schwab2021-01-071-1/+1
| * Revert mark-paragraph change and add testsLars Ingebrigtsen2021-01-073-40/+55
* | * test/lisp/filenotify-tests.el (file-notify-test07-many-events-remote):Michael Albinus2021-01-071-1/+1
|/
* * test/Makefile.in (WRITE_LOG): Mark also problematic tests for emba.Michael Albinus2021-01-071-1/+5
* Update a substitute-command-keys testGlenn Morris2021-01-061-1/+1
* Fix some failing tests in BSD systemsDaniel Martín2021-01-061-14/+24
* Proof some searches and file listings against symlinksDmitry Gutov2021-01-063-3/+6
* * lisp/mb-depth.el (minibuffer-depth-indicator): New face.Gabriel do Nascimento Ribeiro2021-01-061-1/+8
* Fix obsolete variable warnings about class namesMichael Heerdegen2021-01-064-5/+17
* * lisp/play/dunnet.el: Run the game when loaded via `--batch -l dunnet`Stefan Monnier2021-01-051-8/+21
* * lisp/emacs-lisp/package.el (package-activate-all): Another tweakStefan Monnier2021-01-051-0/+2
* * lisp/emacs-lisp/autoload.el: Improve last changeStefan Monnier2021-01-054-37/+34
* Prevent stack overflow in GNUstep menu codeAlan Third2021-01-051-8/+13
* * lisp/subr.el (remove-hook): Add default value (bug#45393)Juri Linkov2021-01-051-1/+5
* * lisp/tab-bar.el (tab-bar-tab-name-format-function): New defcustom.Juri Linkov2021-01-052-14/+35
* * lisp/tab-bar.el (toggle-frame-tab-bar): New command (bug#45556)Juri Linkov2021-01-051-0/+12
* Refactor tab-bar-mode to -define-keys and -load-buttons (bug#42052)James N. V. Cash2021-01-051-35/+44
* Fix process-tests on MS-WindowsEli Zaretskii2021-01-051-0/+11