aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix child frame restacking on NS (bug#41422)Alan Third2021-01-033-7/+114
* | Fix crash when using menus and tramp on NSAlan Third2021-01-021-2/+16
* | Fix NS toolbar image release crash (bug#43973)Alan Third2021-01-021-0/+12
* | Fix backslash mistakes in doc strings in C codeMattias Engdegård2021-01-023-3/+3
* | Avoid printing stacktraces when it probably wouldn't work anyway.Philipp Stephani2021-01-021-5/+9
* | Fix GNUstep warningsAlan Third2021-01-013-7/+3
* | Improve drawing performance on macOSAlan Third2021-01-012-77/+297
* | Fix CCL_MOD typoPaul Eggert2021-01-011-1/+1
* | Add overflow check for INPUT_EVENT_POS_MINPaul Eggert2021-01-011-1/+2
* | Port to Solaris 10Paul Eggert2021-01-012-9/+5
* | Merge from origin/emacs-27Paul Eggert2021-01-011-2/+3
|\ \ | |/
| * Improve documentation of 'network-lookup-address-info'Eli Zaretskii2020-12-311-2/+3
* | Update copyright year to 2021Paul Eggert2021-01-01226-226/+226
* | Minor cleanup in doc.cStefan Kangas2020-12-311-24/+14
* | Minor improvements to FD_SETSIZE overflow checks.Philipp Stephani2020-12-311-1/+2
* | Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani2020-12-311-0/+25
* | Consistently check for FD_SETSIZE overflow.Philipp Stephani2020-12-301-0/+42
* | * src/nsterm.m (ns_select): Fix off-by-one error, and add assertionPhilipp Stephani2020-12-301-1/+2
* | Fix Help menu on macOSAlan Third2020-12-301-0/+3
* | Use standard key symbols in NS menu entriesMattias Engdegård2020-12-301-10/+60
* | ; * src/nsmenu.m: Undo unintentional changeMattias Engdegård2020-12-301-2/+2
* | Plug NS memory leaks (bug#45502)Mattias Engdegård2020-12-301-6/+7
* | * src/dbusbind.c (XD_BASIC_DBUS_TYPE): Fix error in declaration.Michael Albinus2020-12-301-15/+28
* | Minor cleanup in keymap.cStefan Kangas2020-12-301-136/+72
* | Improve the `long' computation of `mode-line-compact'Lars Ingebrigtsen2020-12-301-2/+1
* | Don't calculate macOS menu data for GNUstep (bug#45502)Alan Third2020-12-291-5/+13
* | * src/Makefile.in (DO_CODESIGN): Fix architecture for Apple SiliconArtem Loenko2020-12-291-1/+1
* | A better fix for process-tests on MS-WindowsEli Zaretskii2020-12-291-0/+5
* | More readable keys in NS menu entries (bug#45502)Mattias Engdegård2020-12-292-49/+61
* | Fix crash in NS menu codeAlan Third2020-12-291-0/+9
* | * 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