aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix line-prefix display when there's a 'display' string at BOLEli Zaretskii2025-08-231-19/+67
* | Speed up JSON parsing by not maintaining line and column (bug#79192)Mattias Engdegård2025-08-211-88/+131
* | ; * src/lread.c (from_buffer_p): New abstraction.Mattias Engdegård2025-08-211-2/+8
* | Signal end-of-file with more correct dataSpencer Baugh2025-08-191-12/+16
* | Reject invalid error symbols (Bug#76447)Stefan Monnier2025-08-171-0/+2
* | ; * src/process.c (set_proc_thread): Fix assertion.Eli Zaretskii2025-08-161-1/+2
* | Make sure 'make-process' locks the process to the current threadEli Zaretskii2025-08-161-6/+15
* | Zero fd_callback_info when deleting an fdSpencer Baugh2025-08-161-12/+12
* | New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-0/+10
* | Fix file notification problem on Windows.Michael Albinus2025-08-122-5/+5
* | Fix NS frame position update after resize/moveDr.Sc.KAWAMOTO,Takuji2025-08-111-26/+37
* | ; Coding style fixDmitry Gutov2025-08-111-2/+2
* | Allow thread's buffer to be killed, by defaultDmitry Gutov2025-08-094-9/+111
* | ; Fix last changeEli Zaretskii2025-08-091-0/+2
* | Improve Vprint_variable_mappingZach Shaftel2025-08-091-1/+2
* | Variable to control overshoot and backup for TTY cursor motionManuel Giraud2025-08-092-19/+35
* | ; * src/android.c (android_url_encode): Typo in comment.Po Lu2025-08-091-3/+3
* | ; Fix last changeEli Zaretskii2025-08-071-6/+6
* | New debugger-trap function to break to GDBJeremy Bryant2025-08-072-0/+21
* | Handle inhibiting implied resizing for frames without initial tool barMartin Rudalics2025-08-052-2/+21
* | Port better to Linux with 1 MiB pagesPaul Eggert2025-08-025-22/+12
* | NS: Correct the accessibility role of Emacs windows (bug#77062)Rudolf Adamkovič2025-07-311-1/+1
* | Refactor reader to use readbuf_t in more placesMattias Engdegård2025-07-301-98/+68
* | Move keyboard input functions from lread.c to keyboard.cMattias Engdegård2025-07-302-270/+270
* | ; * src/bytecode.c: remove unneeded includesMattias Engdegård2025-07-301-4/+0
* | Disable Gnulib’s non-Gregorian calendarsPaul Eggert2025-07-291-2/+3
* | ; * src/pdumper.c (dump_buffer): Update HASH_buffer.Eli Zaretskii2025-07-281-1/+1
* | ; * src/emacs.c (default_PATH) [DOS_NT]: Add commentary.Eli Zaretskii2025-07-271-0/+3
* | Better default PATH on MS-WindowsPaul Eggert2025-07-271-0/+3
* | Update Android frame param handlersPo Lu2025-07-271-1/+1
* | Add readlink, realpath startup commentsPaul Eggert2025-07-261-13/+26
* | ; * src/w32fns.c (Fx_create_frame): Fix copy/paste errors in last change.Eli Zaretskii2025-07-261-4/+4
* | Add frame parameter which allows border transparencyGarklein2025-07-2610-18/+94
* | ; * src/nsterm.m (ns_define_fringe_bitmap): Stylistic corrections.Po Lu2025-07-261-14/+14
* | Fix last commitAlan Third2025-07-261-3/+3
* | Fix incorrectly nested ns_focus/ns_unfocus callsAlan Third2025-07-261-19/+16
* | Simplify NS fringe vectors (bug#73563)Alan Third2025-07-261-7/+92
* | Enabled macOS dictation post NSTextInputClient migration in v30Alvaro Ramirez2025-07-261-1/+18
* | Check for end-of-file when reading character escapes (bug#79097)Mattias Engdegård2025-07-251-0/+2
* | Streamline init_callproc a bitPaul Eggert2025-07-241-10/+8
* | Refactor to allow nameless auto stringsPaul Eggert2025-07-241-3/+15
* | PATH defaults now act more like GNU and POSIXPaul Eggert2025-07-242-13/+52
* | Treat ‘.../emacs’ like ‘emacs’ in realpath startupPaul Eggert2025-07-241-9/+5
* | Prefer readlink to lstat in find_emacs_executablePaul Eggert2025-07-241-1/+2
* | Fix minor memory leak in find_emacs_executablePaul Eggert2025-07-241-0/+1
* | Don’t read before BEG in insert-file-contentsPaul Eggert2025-07-231-4/+12
* | Simplify file end finding in insert-file-contentsPaul Eggert2025-07-231-19/+18
* | NS: Fix build with NSTRACE_ENABLEDGerd Möllmann2025-07-232-2/+2
* | NS: Use different window collection behavior for tooltips (bug#73037)Gerd Möllmann2025-07-231-2/+3
* | insert-file-contents respect END betterPaul Eggert2025-07-211-40/+72