summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-30; * src/bytecode.c: remove unneeded includesMattias Engdegård
2025-07-29Disable Gnulib’s non-Gregorian calendarsPaul Eggert
2025-07-28; * src/pdumper.c (dump_buffer): Update HASH_buffer.Eli Zaretskii
2025-07-27; * src/emacs.c (default_PATH) [DOS_NT]: Add commentary.Eli Zaretskii
2025-07-27Better default PATH on MS-WindowsPaul Eggert
2025-07-27Update Android frame param handlersPo Lu
2025-07-26Add readlink, realpath startup commentsPaul Eggert
2025-07-26; * src/w32fns.c (Fx_create_frame): Fix copy/paste errors in last change.Eli Zaretskii
2025-07-26Add frame parameter which allows border transparencyGarklein
2025-07-26; * src/nsterm.m (ns_define_fringe_bitmap): Stylistic corrections.Po Lu
2025-07-26Fix last commitAlan Third
2025-07-26Fix incorrectly nested ns_focus/ns_unfocus callsAlan Third
2025-07-26Simplify NS fringe vectors (bug#73563)Alan Third
2025-07-26Enabled macOS dictation post NSTextInputClient migration in v30Alvaro Ramirez
2025-07-25Check for end-of-file when reading character escapes (bug#79097)Mattias Engdegård
2025-07-24Streamline init_callproc a bitPaul Eggert
2025-07-24Refactor to allow nameless auto stringsPaul Eggert
2025-07-24PATH defaults now act more like GNU and POSIXPaul Eggert
2025-07-24Treat ‘.../emacs’ like ‘emacs’ in realpath startupPaul Eggert
2025-07-24Prefer readlink to lstat in find_emacs_executablePaul Eggert
2025-07-24Fix minor memory leak in find_emacs_executablePaul Eggert
2025-07-23Don’t read before BEG in insert-file-contentsPaul Eggert
2025-07-23Simplify file end finding in insert-file-contentsPaul Eggert
2025-07-23NS: Fix build with NSTRACE_ENABLEDGerd Möllmann
2025-07-23NS: Use different window collection behavior for tooltips (bug#73037)Gerd Möllmann
2025-07-21insert-file-contents respect END betterPaul Eggert
2025-07-21insert-file-contents shrinking Solaris file fixPaul Eggert
2025-07-21Refactor insert-file-contents overlap checkPaul Eggert
2025-07-21insert-file-contents refactor xlseekPaul Eggert
2025-07-21Say why quit is captured in insert-file-contentsPaul Eggert
2025-07-21insert-file-contents read size increasePaul Eggert
2025-07-21Fix insert-file-contents infloop with unlucky ENDPaul Eggert
2025-07-21Refactor by coalescing MAX_RW_COUNT definitionsPaul Eggert
2025-07-21insert-file-contents from seekable non-regularPaul Eggert
2025-07-21insert-file-contents beware buffer relocationPaul Eggert
2025-07-21insert-file-contents 1 KiB seek fixPaul Eggert
2025-07-21insert-file-contents seek refactoringPaul Eggert
2025-07-21Fix insert-file-contents optimization glitchPaul Eggert
2025-07-21insert-file-contents SEEK_END optimizationPaul Eggert
2025-07-21insert-file-contents st_size cleanupPaul Eggert
2025-07-19Speed up unintern, and fix symbol shorthand edge case (bug#79035)Mattias Engdegård
2025-07-19Remove the variable load-convert-to-unibyteMattias Engdegård
2025-07-19Add "Send to..." context menu item to mouse.elAlvaro Ramirez
2025-07-17comp.el: Fix minor corner-case annoyancesStefan Monnier
2025-07-16Don’t optimize insert-file-contents for GNUPaul Eggert
2025-07-16insert-file-contents small gap bugPaul Eggert
2025-07-16insert-file-contents likely-end memory objectsPaul Eggert
2025-07-16Port insert-file-contents dir behavior to UnixPaul Eggert
2025-07-16; * src/xdisp.c: Fix typo.Michael Albinus
2025-07-15Fix insert-file-contents overlap checkPaul Eggert