summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-26Avoid crashes in Fdocumentation caused by incorrect data typesPip Cet
2025-01-26Display separators on tty menus with display table entriesGerd Möllmann
2025-01-25Change doc string of frame-visible-pGerd Möllmann
2025-01-25Replace is_frame_ancestor with frame_ancestor_pGerd Möllmann
2025-01-25Add 'treesit-forward-comment' with 'forward-comment-function'Juri Linkov
2025-01-25Merge from origin/emacs-30Eli Zaretskii
2025-01-25; * src/term.c (handle_one_term_event): Fix last change.Eli Zaretskii
2025-01-25Fix the mistake that led to the revertsGerd Möllmann
2025-01-25Reapply "Multi-tty: selected frame can be a GUI frame"Gerd Möllmann
2025-01-25Reapply "Fix mouse position handling for nested tty child frames"Gerd Möllmann
2025-01-25Reapply "Fix tty-frame-at for nested tty child frames"Gerd Möllmann
2025-01-25Reapply "Fix cursor positioning of nested tty child frames"Gerd Möllmann
2025-01-25Reapply "Simplify absolute (x, y) computation on ttys"Gerd Möllmann
2025-01-25Revert "Simplify absolute (x, y) computation on ttys"Gerd Möllmann
2025-01-25Revert "Fix cursor positioning of nested tty child frames"Gerd Möllmann
2025-01-25Revert "Fix tty-frame-at for nested tty child frames"Gerd Möllmann
2025-01-25Revert "Fix mouse position handling for nested tty child frames"Gerd Möllmann
2025-01-25Revert "Multi-tty: selected frame can be a GUI frame"Gerd Möllmann
2025-01-25Multi-tty: selected frame can be a GUI frameGerd Möllmann
2025-01-25Fix mouse position handling for nested tty child framesGerd Möllmann
2025-01-25Fix tty-frame-at for nested tty child framesGerd Möllmann
2025-01-25Fix cursor positioning of nested tty child framesGerd Möllmann
2025-01-25Simplify absolute (x, y) computation on ttysGerd Möllmann
2025-01-24Disable more redisplay optimizations when child frames are visibleGerd Möllmann
2025-01-24; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.Eli Zaretskii
2025-01-24Revert "; * src/dispnew.c (combine_updates_for_frame): Fix whitespace."Eli Zaretskii
2025-01-24; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.Eli Zaretskii
2025-01-24Handle update of invisible tty frames (bug#75056)Gerd Möllmann
2025-01-24Support loading dynamic docstrings from Emacs <29Stefan Kangas
2025-01-24Don't use negative positions for docstringsStefan Kangas
2025-01-23Fix GC bug causing incorrect 'format' output (Bug#75754)Pip Cet
2025-01-23Simplify Fdocumentation and Fdocumentation_propertyStefan Kangas
2025-01-23Handle tty menus overlapping child framesGerd Möllmann
2025-01-23Don't forget setting the top frame if not switching root framesGerd Möllmann
2025-01-23Fix setting a tty's top frame when switching framesGerd Möllmann
2025-01-23; Fix typosStefan Kangas
2025-01-22Minor image_error related cleanupsStefan Kangas
2025-01-22; * src/pdumper.c (dump_hash_table): Adjust hash; bitfields changed.Pip Cet
2025-01-21Don’t silently truncate connection-lost diagnosticPaul Eggert
2025-01-21Check for snprintf truncation in pgtktermPaul Eggert
2025-01-21Port pdumper to unlikely long sprintf outputPaul Eggert
2025-01-21When debugging image.c, abort if silent truncationPaul Eggert
2025-01-22Destroy GTK tool bar widget if it was never attached (bug#75636)Pip Cet
2025-01-22Prefer snprintf to sprintf in image.cStefan Kangas
2025-01-21Improve copying current glyphs when building frame matrixGerd Möllmann
2025-01-21; * src/w32.c (w32_memory_info): Fix coding style of last change.Eli Zaretskii
2025-01-21Fix bug in w32_memory_infoArthur Miller
2025-01-21; * src/gtkutil.c (free_frame_tool_bar): Remove redundant assignment.Pip Cet
2025-01-21Handle unknown units provided by the rsvg library (bug#75712)Pip Cet
2025-01-21Don't use a redisplay optimization in a certain case on ttysGerd Möllmann