summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-02Fix display of wide characters in display margins on TTY framesEli Zaretskii
2025-04-02More thorough fix for image slices on mode/header-lineEli Zaretskii
2025-04-01Fix :map property on sliced images on mode line and header lineEli Zaretskii
2025-03-30; * src/editfns.c (Fmessage): Mention 'inhibit-message' (bug#77257).Eli Zaretskii
2025-03-30Respect narrowed buffers when parsing JSON (bug#77325)Pip Cet
2025-03-30Fix display of overlay arrow immediately after invisible textEli Zaretskii
2025-03-30src/insdel.c (replace_range): Remove commentStefan Monnier
2025-03-29src/insdel.c (adjust_markers_for_replace): Fix insertion caseStefan Monnier
2025-03-29(replace-region-contents): Improve and promote (bug#76313)Stefan Monnier
2025-03-29Do not redundantly dump constant forwarding objectsPo Lu
2025-03-28Miscellaneous correctionsPo Lu
2025-03-27; Reorder initialization of module environment functions.Philipp Stephani
2025-03-27w32: fail gracefully when using invalid glyphs on DWriteCecilio Pardo
2025-03-27Don't write to bottom-right cell on ttys with AutoWrap (bug#77233)Gerd Möllmann
2025-03-26Fix vertical cursor motion with wide images and line numbersEli Zaretskii
2025-03-26Further amendments of child frame handling and documentationMartin Rudalics
2025-03-25Rename 'buffer-too-small' to 'memory-buffer-too-small'.Philipp Stephani
2025-03-25Fix the DJGPP buildPo Lu
2025-03-25Mimic behavior of 'aref' when signalling out-of-range errors.Philipp Stephani
2025-03-25Don't use 'args-out-of-range' error for too-small buffers.Philipp Stephani
2025-03-23Patch bug#77128Po Lu
2025-03-23Avoid rare crashes due to "C-g C-g" on TTY framesEli Zaretskii
2025-03-23; * src/dispnew.c (check_window_matrix_pointers): Fix last change.Eli Zaretskii
2025-03-23Avoid rare segfaults in 'check_matrix_pointers'Eli Zaretskii
2025-03-23Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii
2025-03-22Reduce code duplication in ns_set_appearanceStefan Kangas
2025-03-22Avoid rare segfaults due to crazy creation of new child framesEli Zaretskii
2025-03-22Remove ctags programPaul Eggert
2025-03-22Fix usage of string data pointers in xfaces.cEli Zaretskii
2025-03-22Delete now unused constants in nsterm.hStefan Kangas
2025-03-22; Clean up comments in nsterm.hStefan Kangas
2025-03-22Fix and document frame parameters for text terminals and child framesMartin Rudalics
2025-03-21Avoid infinite loop with images under 'display-line-numbers-mode'Eli Zaretskii
2025-03-19On tty frames restrict number of menu bar lines (Bug#77015)Martin Rudalics
2025-03-18Ensure redisplay after re-parenting a tty child frame (Bug#77079)Martin Rudalics
2025-03-18Fix generation of mouse position lists on the tool and tab barsPo Lu
2025-03-17; * src/dispnew.c (adjust_glyph_matrix): Restore lost comment.Eli Zaretskii
2025-03-17; * src/dispnew.c (adjust_glyph_matrix): Add comment (bug#77039).Eli Zaretskii
2025-03-17; * etc/NEWS: Fix last change.Eli Zaretskii
2025-03-17Implement dragging and resizing of tty child framesMartin Rudalics
2025-03-17Implement surrogate menu bars for tty child framesMartin Rudalics
2025-03-16Make sure to initialize glyph::frame to NULL (bug#77039)Gerd Möllmann
2025-03-16Correctly unload variable aliases.Jens Schmidt
2025-03-16Merge from savannah/emacs-30Po Lu
2025-03-16Fix clipboard object handle leak on Android 3.1 to 11.0Po Lu
2025-03-16Avoid rare segfaults in 'combine_updates_for_frame'Eli Zaretskii
2025-03-15; * src/w32.c (term_ntproc): Fix capitalization of commentary.Po Lu
2025-03-15; Fix punctuation and typos in w32proc.cPo Lu
2025-03-14; * src/w32.h (free_wait_pool): Move prototype from w32.c.Eli Zaretskii
2025-03-14Increase FD_SETSIZE on Windows to support more subprocessesYue Yi