summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-11-03Fix compilation errors in xsettings.cEli Zaretskii
2025-11-02Change tree-sitter query predicate names (bug#79687)Yuan Fu
2025-11-02; Fix another compilation warning in pgtkselect.cEli Zaretskii
2025-11-02Fix PGTK build without HSETTINGS, broken by recent changesEli Zaretskii
2025-11-02; Fix documentation of a recent commitEli Zaretskii
2025-11-02Handle resizing of fullscreen frames more consistently (Bug#79704)Martin Rudalics
2025-11-02Automatically toggle between dark and light mode PGTK widgetsAhmed Khanzada
2025-10-31Avoid infinite recursion in 'face_inheritance_cycle'Eli Zaretskii
2025-10-31Fix a bug in Fcombine_windowsMartin Rudalics
2025-10-31; * src/lisp.h (MAX_ALLOCA): Comment on enlarging the value.Eli Zaretskii
2025-10-29; * src/xfaces.c (face_inheritance_cycle): More defensive code.Eli Zaretskii
2025-10-27Avoid face inheritance cyclesEli Zaretskii
2025-10-25; Remove unintended hunks from last changeset.Eli Zaretskii
2025-10-25; Fix last change (bug#79629)Eli Zaretskii
2025-10-23Prevent shorthand inheritance when loading .elc files (bug#79485)João Távora
2025-10-23New commands to split and merge framesPranshu Sharma
2025-10-22; * src/frame.c (frame_get): Fix a thinko.Eli Zaretskii
2025-10-22Allow renaming of frames to F<num> on text terminalsAlan Mackenzie
2025-10-22; * src/lisp.h (struct Lisp_String): mention terminating NULMattias Engdegård
2025-10-20Don't feed the stack overflow detector bad dataMattias Engdegård
2025-10-19; * src/bytecode.c (exec_byte_code): editing mistake (thanks Pip!)Mattias Engdegård
2025-10-19Disable -Wclobbered for GCC in exec_byte_code (bug#79610)Mattias Engdegård
2025-10-19; exec_byte_code: refactor branch caseMattias Engdegård
2025-10-19exec_byte_code: use fixed registers for top and pc (bug#79610)Mattias Engdegård
2025-10-19; exec_byte_code: don't re-use op in FETCH2Mattias Engdegård
2025-10-19exec_byte_code: reduce use of semi-global 'op' (bug#79610)Mattias Engdegård
2025-10-18Respect keymaps in buffer text for clicks on displayed stringsSpencer Baugh
2025-10-18; Fix documentation of a recent commitEli Zaretskii
2025-10-18Add functions 'combine-windows' and 'uncombine-window'Martin Rudalics
2025-10-17Release NS objects (bug#79023)Przemysław Alexander Kamiński
2025-10-17Support Tree-sitter version 0.26 and laterEli Zaretskii
2025-10-16Return case common to all completions in try-completionSpencer Baugh
2025-10-11Fix MS-Windows tray notifications from different Emacs framesEli Zaretskii
2025-10-11Merge from origin/emacs-30Eli Zaretskii
2025-10-11Fix last changeEli Zaretskii
2025-10-11Stop monitoring fds after receiving EOFSpencer Baugh
2025-10-11Allow creating a pipe process without a bufferSpencer Baugh
2025-10-11; Document %i formatEli Zaretskii
2025-10-11* src/pdumper.c (dump_queue_dequeue): Avoid -Wgnu-folding-constant.Sahil Kang
2025-10-09* src/w32console.c: Fix last change (bug#79298).Eli Zaretskii
2025-10-09Fix text-terminal output with UTF-8 encoding on MS-WindowsEli Zaretskii
2025-10-06Run buffer-local window change functions in their buffers nowMartin Rudalics
2025-10-02Fix 'restart-emacs' on MS-WindowsEli Zaretskii
2025-09-27Use up-to-date time in wait_reading_process_outputPaul Eggert
2025-09-27Prefer coarse timestamps when using X syncPaul Eggert
2025-09-22Make native lisp code reflect EQ C implementationAndrea Corallo
2025-09-22* Make sure the compiler optimizes for symbols_with_pos_enabled 0 in EQAndrea Corallo
2025-09-22Change EQ to move slow code path into a separate functionPip Cet
2025-09-20Improve documentation of 'accept-process-output'Eli Zaretskii
2025-09-20Fix reference leak in displaying successive dashes of distinct styles on AndroidPo Lu