summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-08Replace some calls to `intern' with DEFSYMsPo Lu
2025-04-08; * src/lread.c (get_lexical_binding): Fix coding style.Po Lu
2025-04-07(Fload, Feval_buffer): Emit a warning when lexbind is unset (bug#74145)Stefan Monnier
2025-04-07(Freplace_region_contents): Fix point preservation (bug#77607)Stefan Monnier
2025-04-05Merge from origin/emacs-30Eli Zaretskii
2025-04-05Teach 'current-column' to account for imagesEli Zaretskii
2025-04-05; * src/xdisp.c (display_mode_line, display_mode_element): Fix comments.Eli Zaretskii
2025-04-05Fix mouse highlighting for compact mode lines (bug#77336)Pengji Zhang
2025-04-02Pacify gcc -Wclobbered in Freplace_region_contentsPaul Eggert
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