summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-08-09Variable to control overshoot and backup for TTY cursor motionManuel Giraud
2025-08-09; * src/android.c (android_url_encode): Typo in comment.Po Lu
2025-08-07; Fix last changeEli Zaretskii
2025-08-07New debugger-trap function to break to GDBJeremy Bryant
2025-08-05Handle inhibiting implied resizing for frames without initial tool barMartin Rudalics
2025-08-02Port better to Linux with 1 MiB pagesPaul Eggert
2025-07-31NS: Correct the accessibility role of Emacs windows (bug#77062)Rudolf Adamkovič
2025-07-30Refactor reader to use readbuf_t in more placesMattias Engdegård
2025-07-30Move keyboard input functions from lread.c to keyboard.cMattias Engdegård
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