summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-12-08New 'R' code letter for 'interactive' formsSean Whitton
2025-12-08NS: Fix compilation on pre macOS 11 macsDavid Caldwell
2025-12-08; Fix commentary in xfaces.cEli Zaretskii
2025-12-08; * src/.gdbinit: Improve comments of .gdbinit helper functions (bug#79932)Jeremy Bryant
2025-12-07Simplify conv_sockaddr_to_lisp via strnlenPaul Eggert
2025-12-08Fix the DJGPP portPo Lu
2025-12-07Align config.h better to src/lisp.hPaul Eggert
2025-12-07Work around GCC bug 123042Paul Eggert
2025-12-07Include malloc.h early in alloc.cPaul Eggert
2025-12-07Pacify -Werror=null-dereference in ralloc.cPaul Eggert
2025-12-07Allow volume control of system audio device on MS-WindowsEli Zaretskii
2025-12-07* src/comp.c (emit_EQ): Make a declaration an assignment (bug#79722)Gerd Möllmann
2025-12-06Merge from origin/emacs-30Eli Zaretskii
2025-12-06; * src/eval.c (Ffunc_arity): Doc fix (bug#79880).Eli Zaretskii
2025-12-06; * src/.gdbinit: Document xfmt, a user-defined function.Jeremy Bryant
2025-12-06Fix root frame check in store_frame_param (Bug#79947)Martin Rudalics
2025-12-04Don't emit print-circle refs for empty string and vectorMattias Engdegård
2025-12-04* Have comp do not use builtin_expect with libgccjit < 14 (bug#79722)Andrea Corallo
2025-12-04NS: Fix toolbar style and positionRudolf Adamkovič
2025-12-04; * src/font.c (Flist_fonts): Doc fix.Eli Zaretskii
2025-12-04; Avoid assertion violations in 'font-match-p'Eli Zaretskii
2025-12-03Waste 4 fewer bytes in GNU/Linux 32-bit HPPAPaul Eggert
2025-12-02Port to GNU/Linux HPPA mallocPaul Eggert
2025-12-02Pacify gcc -Wdangling-else in dbusbind.cPaul Eggert
2025-11-30Cache VC incoming revisionsSean Whitton
2025-11-30Use treesit-extra-load-path for more values of treesit-auto-install-grammarJuri Linkov
2025-11-28* lisp/cus-start.el: Make 'treesit-extra-load-path' customizable.Juri Linkov
2025-11-27Fix recently-introduced ash bugPaul Eggert
2025-11-27Work around a bug in GCC 14 i386 C23 alignasPaul Eggert
2025-11-27Remove all traces of MSVC support from MS-Windows codeEli Zaretskii
2025-11-25Port to glibc 2.43+ with GCC 15+Paul Eggert
2025-11-25Make it easier to enable Abbrev mode by defaultSean Whitton
2025-11-24; * src/keyboard.c (read_key_sequence): Style tweaks.Sean Whitton
2025-11-24; * src/gtkutil.c (xg_update_dark_mode_for_all_displays): Typo.Po Lu
2025-11-24Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu
2025-11-22Add `toolkit-theme' and 'toolkit-theme-set-functions'Ahmed Khanzada
2025-11-22Fix thinko in 'window_set_parent_and_normal_sizes'Martin Rudalics
2025-11-20A few more functions are not purePaul Eggert
2025-11-20Fix more mis-declarations of non-const functionsPaul Eggert
2025-11-19Fix mis-declarations of non-const functionsPaul Eggert
2025-11-19Fix 'make_lispy_position' for left margin clicks (Bug#79846)Martin Rudalics
2025-11-18Fix MinGW build broken by integration of 'stdio-consolesafe'Eli Zaretskii
2025-11-16Fix last change in keyboard.cEli Zaretskii
2025-11-16Fix cursor motion across invisible text with an overlayEli Zaretskii
2025-11-16Workaround for MSVCRT stdio on MS-Windows for CJK localesEli Zaretskii
2025-11-15Fix processing sub-process exit when keyboard input is pendingEli Zaretskii
2025-11-15Avoid extra newline in user-error logged in *Messages*Eli Zaretskii
2025-11-13read_key_sequence: Additional check for fix_current_bufferSean Whitton
2025-11-12Merge from savannah/emacs-30Po Lu
2025-11-12Fix crash on Android 2.2Po Lu