aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Avoid a few compilation warnings in Objective-C code.Philipp Stephani2021-01-233-12/+21
* | Add a FIXME comment to improve the SIGCHLD race condition handling.Philipp Stephani2021-01-231-0/+5
* | Mark both ends of self-pipe a nonblocking.Philipp Stephani2021-01-231-0/+2
* | Clean up the recently added self-pipe mechanism for WINDOWSNTEli Zaretskii2021-01-231-2/+21
* | Work around __has_attribute bug in clang 3.4Paul Eggert2021-01-222-2/+6
* | Fix last change for DOS_NT systemsEli Zaretskii2021-01-221-1/+9
* | Enable TTY mouse-face support when built without GPM supportJoão Távora2021-01-222-21/+17
* | Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier2021-01-202-3/+5
* | Make child signal read pipe non-blocking.Philipp Stephani2021-01-191-0/+2
* | Avoid macOS NSFilenamesPboardType warning (bug#33035)Mattias Engdegård2021-01-183-5/+40
* | Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani2021-01-171-0/+9
* | Don't crash if no asynchronous process has been created yet.scratch/sigchld-fdPhilipp Stephani2021-01-161-2/+2
* | Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani2021-01-161-1/+93
* | Fix last changeEli Zaretskii2021-01-161-4/+4
* | Make mouse-related calls be more consistent on all frame typesJared Finder2021-01-164-29/+39
* | * src/dispnew.c (sit_for): Return nil when interrupted by process outputStefan Monnier2021-01-151-4/+12
* | Fix 'window-text-pixel-size' when there are leading/trailing spacesAaron Jensen2021-01-151-2/+6
* | Make libraries works with xterm-mouse-mode.Jared Finder2021-01-151-0/+6
* | Lift {global,local}-key-binding to LispStefan Kangas2021-01-131-35/+0
* | Fix 'visual-line-mode' when 'word-wrap-by-category' is in effectEli Zaretskii2021-01-131-3/+2
* | Add a new function 'buffer-line-statistics'Lars Ingebrigtsen2021-01-121-0/+85
* | Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-124-5/+51
* | Fix build breakage if Lisp_Object is not a primitive type.Philipp Stephani2021-01-101-2/+2
* | Add functions to open a file without quitting.Philipp Stephani2021-01-107-6/+30
* | Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-105-26/+193
* | Add support for 'process-attributes' on OpenBSDOmar Polo2021-01-101-0/+195
* | Add support for flat buttonsPedro Andres Aranda Gutierrez2021-01-101-1/+7
* | Remove a pointless check for WCOREDUMPED.Philipp Stephani2021-01-101-2/+1
* | Don't unblock SIGCHLD too early.Philipp Stephani2021-01-093-14/+31
* | Lift define-prefix-command to LispStefan Kangas2021-01-081-23/+0
* | Remove unused DEFSYMStefan Kangas2021-01-081-3/+0
* | Add a display-buffer window selection function that's more like XEmacsLars Ingebrigtsen2021-01-071-0/+13
* | Prevent stack overflow in GNUstep menu codeAlan Third2021-01-051-8/+13
* | Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård2021-01-051-5/+15
* | * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-049-57/+0
* | * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-048-26/+0
* | * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-048-43/+1
* | Do not assume Xrender merely because CairoPaul Eggert2021-01-041-4/+4
* | Fix broken build on AIX 7.2Paul Eggert2021-01-041-3/+3
* | Merge from origin/emacs-27Glenn Morris2021-01-041-3/+3
|\ \ | |/
| * Revert previous patch which was installed into wrong branch.Paul Eggert2021-01-031-3/+3
| * Fix broken build on AIX 7.2Paul Eggert2021-01-031-3/+3
| * Fix crash in ns_mouse_position (bug#45541)Alan Third2021-01-011-1/+1
| * Update copyright year to 2021Paul Eggert2021-01-01226-226/+226
* | Fix build for --enable-checking=structsBasil L. Contovounesios2021-01-041-1/+1
* | Fix off-by-one error in mode-line-compact codeAmin Bandali2021-01-041-1/+1
* | * src/print.c (print_vectorlike): Use `HASH_TABLE_SIZE`Stefan Monnier2021-01-042-3/+4
* | * src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier2021-01-043-2/+16
* | * src/buffer.c (Fset_buffer_multibyte): Remove dead codeStefan Monnier2021-01-031-5/+0
* | Fix broken build on AIX 7.2Paul Eggert2021-01-031-3/+3