summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-09-19; * src/bytecode.c (exec_byte_code): Revert gratuituous style changeMattias Engdegård
2025-09-19; * src/bytecode.c (exec_byte_code): Fix coding style.Po Lu
2025-09-18* src/bytecode.c (exec_byte_code): Better quitcounter reset value.Mattias Engdegård
2025-09-18Don't save quitcounter across longjmp in exec_byte_codeMattias Engdegård
2025-09-17Turn some checking macros into functions in the GC marker codeMattias Engdegård
2025-09-17; * src/lisp.h (enum handlertype): Comment accuracy.Mattias Engdegård
2025-09-13Merge from origin/emacs-30Eli Zaretskii
2025-09-13Allow disabling of reloading files on doc read failureSpencer Baugh
2025-09-09Ignore keymaps at point for positions outside the bufferSpencer Baugh
2025-09-09Allow use of \N{...} earlier to help fix bug#79353Stefan Monnier
2025-09-09; Minor copyedits in src/editfns.cEli Zaretskii
2025-09-07Harmonise doc strings for {re-,posix-,}search-{forward,backward}Mattias Engdegård
2025-09-06; * src/process.c (deactivate_process): Fix last change.Eli Zaretskii
2025-09-06Avoid assertion violations when starting client network processEli Zaretskii
2025-09-05(redisplay_internal): Fix `follow-mode` (bug#79306)Stefan Monnier
2025-09-05Fix locking to threads of the client network processEli Zaretskii
2025-09-04Fix crash when the same XI device appears in multiple hierarchy eventsPo Lu
2025-09-01; * src/data.c (Fash): GCC argument signedness quibbleMattias Engdegård
2025-09-01* src/data.c (Fash): Speed up when argument and result are fixnums.Mattias Engdegård
2025-08-30bug#79241: Fix incorrect handling of overlays in `vertical-motion'Sergio Pastor Pérez
2025-08-27; Fix formattingRobert Pluim
2025-08-26Fix last change in 'next_element_from_display_vector'Eli Zaretskii
2025-08-25Fix use of display-table for mode-line displayEli Zaretskii
2025-08-25Fix assertion violations caused by recent redisplay changesEli Zaretskii
2025-08-25Attempt to fix assertion violations in bug#79304Eli Zaretskii
2025-08-24Disallow string data resizing (bug#79784)Mattias Engdegård
2025-08-23Fix line-prefix display when there's a 'display' string at BOLEli Zaretskii
2025-08-21Speed up JSON parsing by not maintaining line and column (bug#79192)Mattias Engdegård
2025-08-21; * src/lread.c (from_buffer_p): New abstraction.Mattias Engdegård
2025-08-19Signal end-of-file with more correct dataSpencer Baugh
2025-08-17Reject invalid error symbols (Bug#76447)Stefan Monnier
2025-08-16; * src/process.c (set_proc_thread): Fix assertion.Eli Zaretskii
2025-08-16Make sure 'make-process' locks the process to the current threadEli Zaretskii
2025-08-16Zero fd_callback_info when deleting an fdSpencer Baugh
2025-08-14New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov
2025-08-12Fix file notification problem on Windows.Michael Albinus
2025-08-11Fix NS frame position update after resize/moveDr.Sc.KAWAMOTO,Takuji
2025-08-11; Coding style fixDmitry Gutov
2025-08-09Allow thread's buffer to be killed, by defaultDmitry Gutov
2025-08-09; Fix last changeEli Zaretskii
2025-08-09Improve Vprint_variable_mappingZach Shaftel