aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for --seccomp command-line option.Philipp Stephani2020-12-291-1/+119
* * src/xdisp.c (display_mode_line): I guess FALSE should be false.Glenn Morris2020-12-281-1/+1
* Revert the previous display_string changeLars Ingebrigtsen2020-12-291-24/+20
* Fix compact mode line text propertiesLars Ingebrigtsen2020-12-291-14/+27
* Add a parameter to display_string to allow not ignoring text propsLars Ingebrigtsen2020-12-291-19/+26
* Introduce new variable mode-line-compactLars Ingebrigtsen2020-12-291-3/+46
* Fix crash in NS menu codeAlan Third2020-12-281-55/+46
* Make XIM to work with non-CJK localesYichao Yu2020-12-282-33/+5
* Remove NS menu synthesized events (bug#44333)Alan Third2020-12-273-415/+158
* ; Fix recent shortdoc.el and fns.c additionsBasil L. Contovounesios2020-12-271-1/+1
* ; Fix the recent `length' doc string additionŠtěpán Němec2020-12-271-1/+1
* Fix up length_internal with degenerate length inputsLars Ingebrigtsen2020-12-271-2/+5
* Add new predicates for sequence lengthsLars Ingebrigtsen2020-12-271-1/+75
* Fix test/src/process-tests on MS-WindowsEli Zaretskii2020-12-261-0/+6
* 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
|\ \ | |/