aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous correctionsPo Lu2025-03-282-3/+3
* ; Reorder initialization of module environment functions.Philipp Stephani2025-03-271-2/+2
* w32: fail gracefully when using invalid glyphs on DWriteCecilio Pardo2025-03-271-0/+8
* Don't write to bottom-right cell on ttys with AutoWrap (bug#77233)Gerd Möllmann2025-03-271-2/+12
* Fix vertical cursor motion with wide images and line numbersEli Zaretskii2025-03-261-3/+5
* Further amendments of child frame handling and documentationMartin Rudalics2025-03-261-9/+81
* Rename 'buffer-too-small' to 'memory-buffer-too-small'.Philipp Stephani2025-03-251-10/+10
* Fix the DJGPP buildPo Lu2025-03-251-0/+4
* Mimic behavior of 'aref' when signalling out-of-range errors.Philipp Stephani2025-03-251-2/+1
* Don't use 'args-out-of-range' error for too-small buffers.Philipp Stephani2025-03-251-9/+18
* Patch bug#77128Po Lu2025-03-231-0/+5
* Avoid rare crashes due to "C-g C-g" on TTY framesEli Zaretskii2025-03-231-2/+8
* ; * src/dispnew.c (check_window_matrix_pointers): Fix last change.Eli Zaretskii2025-03-231-0/+2
* Avoid rare segfaults in 'check_matrix_pointers'Eli Zaretskii2025-03-231-9/+13
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2025-03-233-12/+14
|\
| * Reduce code duplication in ns_set_appearanceStefan Kangas2025-03-223-12/+14
* | Avoid rare segfaults due to crazy creation of new child framesEli Zaretskii2025-03-221-2/+7
|/
* Remove ctags programPaul Eggert2025-03-221-5/+1
* Fix usage of string data pointers in xfaces.cEli Zaretskii2025-03-221-7/+11
* Delete now unused constants in nsterm.hStefan Kangas2025-03-221-7/+0
* ; Clean up comments in nsterm.hStefan Kangas2025-03-221-27/+27
* Fix and document frame parameters for text terminals and child framesMartin Rudalics2025-03-222-29/+64
* Avoid infinite loop with images under 'display-line-numbers-mode'Eli Zaretskii2025-03-211-5/+5
* On tty frames restrict number of menu bar lines (Bug#77015)Martin Rudalics2025-03-191-10/+22
* Ensure redisplay after re-parenting a tty child frame (Bug#77079)Martin Rudalics2025-03-181-0/+3
* Fix generation of mouse position lists on the tool and tab barsPo Lu2025-03-181-6/+11
* ; * src/dispnew.c (adjust_glyph_matrix): Restore lost comment.Eli Zaretskii2025-03-171-0/+2
* ; * src/dispnew.c (adjust_glyph_matrix): Add comment (bug#77039).Eli Zaretskii2025-03-171-0/+2
* ; * etc/NEWS: Fix last change.Eli Zaretskii2025-03-171-3/+3
* Implement dragging and resizing of tty child framesMartin Rudalics2025-03-175-27/+215
* Implement surrogate menu bars for tty child framesMartin Rudalics2025-03-172-26/+86
* Make sure to initialize glyph::frame to NULL (bug#77039)Gerd Möllmann2025-03-161-1/+2
* Correctly unload variable aliases.Jens Schmidt2025-03-161-0/+19
* Merge from savannah/emacs-30Po Lu2025-03-161-1/+7
|\
| * Fix clipboard object handle leak on Android 3.1 to 11.0Po Lu2025-03-161-1/+7
| * Fix treesit-parser-create behavior regarding indirect buffersYuan Fu2025-03-131-1/+4
* | Avoid rare segfaults in 'combine_updates_for_frame'Eli Zaretskii2025-03-161-1/+4
* | ; * src/w32.c (term_ntproc): Fix capitalization of commentary.Po Lu2025-03-151-2/+2
* | ; Fix punctuation and typos in w32proc.cPo Lu2025-03-151-68/+69
* | ; * src/w32.h (free_wait_pool): Move prototype from w32.c.Eli Zaretskii2025-03-142-2/+3
* | Increase FD_SETSIZE on Windows to support more subprocessesYue Yi2025-03-143-30/+812
* | Fix aborts and text corruption in 'replace-buffer-contents'Eli Zaretskii2025-03-131-5/+17
* | ; Replace "Elisp" with "Lisp" or "Emacs Lisp" in some placesSean Whitton2025-03-121-1/+1
* | Merge from origin/emacs-30Sean Whitton2025-03-123-6/+9
|\ \ | |/
| * Document return values of the various read-* functionsEli Zaretskii2025-03-093-6/+9
| * Fix crash in daemon when "C-x C-c" while a client frame shows tooltipEli Zaretskii2025-03-081-9/+11
* | Fix capitalization ELisp -> ElispSean Whitton2025-03-124-5/+5
* | (Freplace_buffer_contents): Preserve markers more carefullyStefan Monnier2025-03-112-22/+73
* | Remove parent-node field from tree-sitter parsersYuan Fu2025-03-112-46/+0
* | ; * src/android.c (android_rewrite_spawn_argv): Fix typo.Po Lu2025-03-111-1/+1