aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-30Eli Zaretskii2025-04-051-0/+3
|\
| * ; * src/editfns.c (Fmessage): Mention 'inhibit-message' (bug#77257).Eli Zaretskii2025-03-301-0/+3
* | Teach 'current-column' to account for imagesEli Zaretskii2025-04-051-27/+85
* | ; * src/xdisp.c (display_mode_line, display_mode_element): Fix comments.Eli Zaretskii2025-04-051-8/+8
* | Fix mouse highlighting for compact mode lines (bug#77336)Pengji Zhang2025-04-051-39/+106
* | Pacify gcc -Wclobbered in Freplace_region_contentsPaul Eggert2025-04-021-4/+8
* | Fix display of wide characters in display margins on TTY framesEli Zaretskii2025-04-021-1/+13
* | More thorough fix for image slices on mode/header-lineEli Zaretskii2025-04-022-10/+5
* | Fix :map property on sliced images on mode line and header lineEli Zaretskii2025-04-011-0/+9
* | Respect narrowed buffers when parsing JSON (bug#77325)Pip Cet2025-03-301-6/+7
* | Fix display of overlay arrow immediately after invisible textEli Zaretskii2025-03-301-1/+10
* | src/insdel.c (replace_range): Remove commentStefan Monnier2025-03-301-3/+0
* | src/insdel.c (adjust_markers_for_replace): Fix insertion caseStefan Monnier2025-03-291-6/+13
* | (replace-region-contents): Improve and promote (bug#76313)Stefan Monnier2025-03-293-51/+113
* | Do not redundantly dump constant forwarding objectsPo Lu2025-03-291-66/+52
* | 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