summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-06-04Avoid background fills on parent during child frame resize/move/hideDmitry Gutov
2026-06-01Improve x_free_gc checking when debuggingPaul Eggert
2026-06-01Pacify -Wuseless-cast if --enable-checking=allPaul Eggert
2026-06-01Prevent segfaults due to frame resizing at the wrong timeEli Zaretskii
2026-06-01Check whether g_settings_schema_source_get_default returned NULLDan R. K. Ports
2026-05-31Allow optionally disabling the use of TABs for TTY cursor movementEli Zaretskii
2026-05-29Merge from origin/emacs-31Sean Whitton
2026-05-28Speed-up cursor motion under 'display-line-numbers-mode'Eli Zaretskii
2026-05-28dbus-call-method-asynchronously supports also an ERROR-HANDLERmasterMichael Albinus
2026-05-28Fix the MSDOS buildPo Lu
2026-05-27Use compound literal in lisp_h_make_fixnum_wrapPaul Eggert
2026-05-27Port MinGW GCC 9.2 image.c fix to non MS-WindowsPaul Eggert
2026-05-27pgtk: Fix -Wint-conversion compilation error.Collin Funk
2026-05-27Unbreak MS-Windows build broken by Gnulib syncEli Zaretskii
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-26Fix self-insert-command in multibyte buffers (bug#81129)Pip Cet
2026-05-25; * src/sfntfont-android.c (GET_SCANLINE_BUFFER): Fix a typo.Eli Zaretskii
2026-05-25; * src/sfntfont-android.c (GET_SCANLINE_BUFFER): Correct commentary.Po Lu
2026-05-25Fix parsing of font metadata tables on AndroidPo Lu
2026-05-25Fix the Android buildPo Lu
2026-05-24Avoid crash in self-insert-command with non-ASCII auto-fillPip Cet
2026-05-24Avoid crash in self-insert-command for peculiar argumentsPip Cet
2026-05-24Fix 'do_casify_natnum' for events with all flags setPip Cet
2026-05-24Fix off-by-one error in 'styled_format'Pip Cet
2026-05-23Fold calls to fix_position into treesit_check_position (bug#80830)Yuan Fu
2026-05-24Fix pathological slowness in flex completionJoão Távora
2026-05-23EVENT_INIT via a compound literalPaul Eggert
2026-05-23sfnt.c eassert vs assertPaul Eggert
2026-05-23Better size overflow checking for sfnt.cPaul Eggert
2026-05-23Simplify sfnt.c by using long longPaul Eggert
2026-05-23Prefer ptrdiff_t to size_t when either will doPaul Eggert
2026-05-23Fix format typos in never-executed textconv.cPaul Eggert
2026-05-23Be more careful about X selection sizesPaul Eggert
2026-05-23sfnt_parse_languages does not need USE_SAFE_ALLOCAPaul Eggert
2026-05-23Omit useless android_get_image castsPaul Eggert
2026-05-23Document PTRDIFF_MAX <= SIZE_MAX assumptionPaul Eggert
2026-05-23Update src/alloc.c commentsPaul Eggert
2026-05-23adjust_glyph_matrix reallocation improvementPaul Eggert
2026-05-23Be more careful about size multiplicationPaul Eggert
2026-05-23Avoid memsets in coding.cPaul Eggert
2026-05-23Avoid memsets in charset.cPaul Eggert
2026-05-23Avoid memsets in atimer.cPaul Eggert
2026-05-23Fix emit_static_object comment (no bzero call)Paul Eggert
2026-05-23Fix misleading x_dnd_begin_drag_and_drop APIPaul Eggert
2026-05-23Fix unlikely json.c size overflow calculationsPaul Eggert
2026-05-23Coalesce load_seccomp comparisonsPaul Eggert
2026-05-23Shrink STRING_BYTES_MAX slightlyPaul Eggert
2026-05-23Plug default_PATH memory leakPaul Eggert
2026-05-23New function memory_full_upPaul Eggert