aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Use posix_spawn if possible.""scratch/posix-spawnPhilipp Stephani2020-12-262-2/+150
* Improvements for `:base-uri' svg image propertyZajcev Evgeny2020-12-261-3/+5
* Merge from origin/emacs-27Glenn Morris2020-12-251-1/+1
|\
| * * src/Makefile.in (DO_CODESIGN): Fix expected architecture name.Philipp Stephani2020-12-231-1/+1
| * Codesign the executable on recene MacOS systemsItai Seggev2020-12-231-0/+7
| * Fix error with fn key in NS port (bug#44533)Alan Third2020-12-141-11/+8
| * Fix crash in ns_mouse_position (bug#44313)Alan Third2020-12-121-1/+3
* | Revert "Use posix_spawn if possible."Eli Zaretskii2020-12-252-150/+2
* | Use posix_spawn if possible.Philipp Stephani2020-12-252-2/+150
* | Adjust to recent Gnulib changesPaul Eggert2020-12-253-23/+12
* | Pacify gcc 10.2 -Wanalyzer-null-argument in gtkutil.cPaul Eggert2020-12-251-5/+2
* | ; * src/callproc.c (emacs_spawn) [!WINDOWSNT]: Fix last change.Eli Zaretskii2020-12-241-2/+2
* | Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-245-48/+37
* | Centralize subprocess creation in a single function.Philipp Stephani2020-12-243-223/+202
* | * src/dispnew.c (sit_for): Fix bug#45292Stefan Monnier2020-12-231-0/+9
* | Declare argument vector as char *const *.Philipp Stephani2020-12-232-4/+4
* | Pass C string pointer to current directory to 'child_setup'.Philipp Stephani2020-12-233-10/+14
* | Allocate environment block before forking.Philipp Stephani2020-12-233-118/+138
* | Reject filenames containing NUL bytes.Philipp Stephani2020-12-231-2/+16
* | Remove an unused parameter from 'child_setup' function.Philipp Stephani2020-12-233-9/+7
* | Fix use of obsolete 'emergency' warning levelStefan Kangas2020-12-231-1/+1
* | Fix use of obsolete 'error' warning levelZajcev Evgeny2020-12-231-1/+1
* | Use new NSString lisp methodsAlan Third2020-12-226-36/+16
* | Fix frame creation on X when tool bar is disabledEli Zaretskii2020-12-211-2/+7
* | ; * src/nsfns.m (all_nonzero_ascii): comment correctionMattias Engdegård2020-12-211-1/+1
* | Unbreak build after commit 1a0a11f7d2d1dbecb9f754b1e129d50e489058e6.Philipp Stephani2020-12-211-1/+1
* | Fix image cache lookupAlan Third2020-12-201-1/+1
* | Remove unnecessary string conversionAlan Third2020-12-201-4/+2
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-2014-72/+82
* | image-cache-size improvementsMattias Engdegård2020-12-205-20/+68
* | Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas2020-12-191-39/+0
* | ; Revert unintended change.Eli Zaretskii2020-12-191-7/+2
* | Fix over-wide doc stringsEli Zaretskii2020-12-191-2/+7
* | Fix my two most common causes of all windows/frames redisplayStefan Monnier2020-12-172-2/+2
* | Make "Invalid modifier in string" ordinary invalid-read-syntax errorZajcev Evgeny2020-12-171-1/+1
* | Fix C-n/C-p when a line starts with an imageEli Zaretskii2020-12-151-1/+21
* | Merge from origin/emacs-27Glenn Morris2020-12-152-0/+13
|\ \ | |/
| * Fix crash when using XRender and restoring image from X (bug#44930)Alan Third2020-12-122-0/+13
* | Bind current-minibuffer-command to this-commandLars Ingebrigtsen2020-12-151-1/+1
* | Add 'remote-file-error' for TrampMichael Albinus2020-12-141-0/+6
* | Improve accuracy of scrolling commandsEli Zaretskii2020-12-142-21/+28
* | Make goto-char offer the number at point as defaultDaniel Martín2020-12-141-2/+7
* | Add a new recursively bound `current-minibuffer-command' variableLars Ingebrigtsen2020-12-142-0/+12
* | Fix assertion on SVG load failureAlan Third2020-12-121-5/+6
* | Document and enforce some properties for strings created by modules.Philipp Stephani2020-12-121-4/+4
* | * src/fns.c (hash_string): Tweak the code furtherStefan Monnier2020-12-121-28/+24
* | Followup to recent changes in keyboard.cEli Zaretskii2020-12-121-0/+2
* | Remove some unused process.c variablesLars Ingebrigtsen2020-12-121-5/+0
* | New variable `redisplay_adhoc_scroll_in_resize_mini_windows`Stefan Monnier2020-12-121-22/+36
* | * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-127-122/+1