aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-10-17Disable -Wclobbered around exec_byte_code (bug#79610)scratch/exec-byte-codeMattias Engdegård1-15/+13
2025-10-16; exec_byte_code: refactor branch caseMattias Engdegård1-14/+14
2025-10-16exec_byte_code: use fixed registers for top and pc (bug#79610)Mattias Engdegård1-2/+16
2025-10-16; exec_byte_code: don't re-use op in FETCH2Mattias Engdegård1-1/+1
2025-10-16exec_byte_code: reduce use of semi-global 'op' (bug#79610)Mattias Engdegård1-56/+65
2025-10-16Return case common to all completions in try-completionSpencer Baugh1-6/+0
2025-10-11Fix MS-Windows tray notifications from different Emacs framesEli Zaretskii1-10/+22
2025-10-11Fix last changeEli Zaretskii1-0/+4
2025-10-11Stop monitoring fds after receiving EOFSpencer Baugh1-1/+1
2025-10-11Allow creating a pipe process without a bufferSpencer Baugh1-5/+11
2025-10-11; Document %i formatEli Zaretskii1-2/+2
2025-10-11* src/pdumper.c (dump_queue_dequeue): Avoid -Wgnu-folding-constant.Sahil Kang1-1/+2
2025-10-09* src/w32console.c: Fix last change (bug#79298).Eli Zaretskii1-25/+10
2025-10-09Fix text-terminal output with UTF-8 encoding on MS-WindowsEli Zaretskii1-8/+30
2025-10-06Run buffer-local window change functions in their buffers nowMartin Rudalics1-50/+79
2025-10-02Fix 'restart-emacs' on MS-WindowsEli Zaretskii1-0/+3
2025-09-27Use up-to-date time in wait_reading_process_outputPaul Eggert1-15/+6
2025-09-27Prefer coarse timestamps when using X syncPaul Eggert3-9/+23
2025-09-22Make native lisp code reflect EQ C implementationAndrea Corallo1-51/+56
2025-09-22* Make sure the compiler optimizes for symbols_with_pos_enabled 0 in EQAndrea Corallo1-1/+1
2025-09-22Change EQ to move slow code path into a separate functionPip Cet2-4/+17
2025-09-20Improve documentation of 'accept-process-output'Eli Zaretskii1-2/+8
2025-09-20Fix reference leak in displaying successive dashes of distinct styles on AndroidPo Lu1-2/+3
2025-09-19; * src/bytecode.c (exec_byte_code): Revert gratuituous style changeMattias Engdegård1-1/+1
2025-09-19; * src/bytecode.c (exec_byte_code): Fix coding style.Po Lu1-1/+1
2025-09-18* src/bytecode.c (exec_byte_code): Better quitcounter reset value.Mattias Engdegård1-1/+3
2025-09-18Don't save quitcounter across longjmp in exec_byte_codeMattias Engdegård1-3/+1
2025-09-17Turn some checking macros into functions in the GC marker codeMattias Engdegård1-81/+80
2025-09-17; * src/lisp.h (enum handlertype): Comment accuracy.Mattias Engdegård1-1/+1
2025-09-13Allow disabling of reloading files on doc read failureSpencer Baugh1-2/+17
2025-09-09Ignore keymaps at point for positions outside the bufferSpencer Baugh1-22/+16
2025-09-09Allow use of \N{...} earlier to help fix bug#79353Stefan Monnier1-1/+3
2025-09-09; Minor copyedits in src/editfns.cEli Zaretskii1-3/+3
2025-09-07Harmonise doc strings for {re-,posix-,}search-{forward,backward}Mattias Engdegård1-61/+45
2025-09-06; * src/process.c (deactivate_process): Fix last change.Eli Zaretskii1-2/+5
2025-09-06Avoid assertion violations when starting client network processEli Zaretskii1-1/+5
2025-09-05(redisplay_internal): Fix `follow-mode` (bug#79306)Stefan Monnier1-2/+2
2025-09-05Fix locking to threads of the client network processEli Zaretskii1-0/+15
2025-09-04Fix crash when the same XI device appears in multiple hierarchy eventsPo Lu1-4/+4
2025-09-01; * src/data.c (Fash): GCC argument signedness quibbleMattias Engdegård1-1/+1
2025-09-01* src/data.c (Fash): Speed up when argument and result are fixnums.Mattias Engdegård1-9/+17
2025-08-30bug#79241: Fix incorrect handling of overlays in `vertical-motion'Sergio Pastor Pérez1-0/+3
2025-08-27; Fix formattingRobert Pluim1-3/+3
2025-08-26Fix last change in 'next_element_from_display_vector'Eli Zaretskii1-2/+8
2025-08-25Fix use of display-table for mode-line displayEli Zaretskii1-0/+4
2025-08-25Fix assertion violations caused by recent redisplay changesEli Zaretskii1-2/+0
2025-08-25Attempt to fix assertion violations in bug#79304Eli Zaretskii1-21/+8
2025-08-24Disallow string data resizing (bug#79784)Mattias Engdegård4-87/+14
2025-08-23Fix line-prefix display when there's a 'display' string at BOLEli Zaretskii1-19/+67
2025-08-21Speed up JSON parsing by not maintaining line and column (bug#79192)Mattias Engdegård1-88/+131