summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-26Fix typos and punctuationEli Zaretskii
2021-01-26Fix typo in last change of FRAME_INTERNAL_BORDER_WIDTHMartin Rudalics
2021-01-26Add distinct controls for child frames' borders (Bug#45620)Alexander Miller
2021-01-24Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-01-23; * src/process.c (child_signal_read): Remove FIXME comment.Eli Zaretskii
2021-01-23Avoid a few compilation warnings in Objective-C code.Philipp Stephani
2021-01-23Add a FIXME comment to improve the SIGCHLD race condition handling.Philipp Stephani
2021-01-23Mark both ends of self-pipe a nonblocking.Philipp Stephani
2021-01-24Add scale factor in display-monitor-attributes-list.Yuuki Harano
2021-01-23Clean up the recently added self-pipe mechanism for WINDOWSNTEli Zaretskii
2021-01-22Work around __has_attribute bug in clang 3.4Paul Eggert
2021-01-22Avoid sending systemd shutdown notifications if non-daemonEli Zaretskii
2021-01-22Fix last change for DOS_NT systemsEli Zaretskii
2021-01-22Enable TTY mouse-face support when built without GPM supportJoão Távora
2021-01-22* src/cmds.c (Fforward_line): Doc fix. (Bug#46027)Eli Zaretskii
2021-01-21Make imagemagick images less blurry.Yuuki Harano
2021-01-20Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier
2021-01-20Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier
2021-01-20Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-19Make child signal read pipe non-blocking.Philipp Stephani
2021-01-18Avoid macOS NSFilenamesPboardType warning (bug#33035)Mattias Engdegård
2021-01-17Make `comp-enable-subr-trampolines' effective for advices (bug#45854)Andrea Corallo
2021-01-17Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani
2021-01-16Don't crash if no asynchronous process has been created yet.Philipp Stephani
2021-01-16Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani
2021-01-16Fix last changeEli Zaretskii
2021-01-16Make mouse-related calls be more consistent on all frame typesJared Finder
2021-01-16Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-01-15* src/dispnew.c (sit_for): Return nil when interrupted by process outputStefan Monnier
2021-01-15Fix 'window-text-pixel-size' when there are leading/trailing spacesAaron Jensen
2021-01-15Make libraries works with xterm-mouse-mode.Jared Finder
2021-01-13Lift {global,local}-key-binding to LispStefan Kangas
2021-01-13Fix 'visual-line-mode' when 'word-wrap-by-category' is in effectEli Zaretskii
2021-01-12Add a new function 'buffer-line-statistics'Lars Ingebrigtsen
2021-01-12Add a new variable `inhibit-interaction'Lars Ingebrigtsen
2021-01-11Fix visual-bell on XYuuki Harano
2021-01-11Free unneeded contextYuuki Harano
2021-01-10Fix build breakage if Lisp_Object is not a primitive type.Philipp Stephani
2021-01-10Add functions to open a file without quitting.Philipp Stephani
2021-01-10Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie
2021-01-10Add support for 'process-attributes' on OpenBSDOmar Polo
2021-01-10Add support for flat buttonsPedro Andres Aranda Gutierrez
2021-01-10Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-10Fix gtk icon theme does not reflectYuuki Harano
2021-01-10Remove a pointless check for WCOREDUMPED.Philipp Stephani
2021-01-09Don't unblock SIGCHLD too early.Philipp Stephani
2021-01-09Improve `comp-libgccjit-reproducer'Andrea Corallo
2021-01-09Add new customize `comp-libgccjit-reproducer'Andrea Corallo
2021-01-08Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-01-08Lift define-prefix-command to LispStefan Kangas