summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-02-12Remove struct Lisp_BoolfwdHelmut Eller
2026-02-12Remove struct Lisp_IntfwdHelmut Eller
2026-02-12Introduce a struct Lisp_FwdHelmut Eller
2026-02-12Make Lisp_Buffer_Objfwd objects constHelmut Eller
2026-02-12Don't dump lispfwd objectsHelmut Eller
2026-02-12Make 'overlays_in' use only real EOB (bug#80242)Stephen Berman
2026-02-12Move ns_init_colors from ns_term_init to emacs.c (bug#80377)Stéphane Marks
2026-02-12Scale position values in xg_frame_set_size_and_positionMartin Rudalics
2026-02-11; Fix recently installed changesEli Zaretskii
2026-02-11system-sleep sleep blocker and sleep/wake event package (bug#80348)Stéphane Marks
2026-02-10* src/process.c (server_accept_connection): Fix assertion (bug#80237).Eli Zaretskii
2026-02-07Support D-Bus file descriptor manipulationMichael Albinus
2026-02-01Minor improvements in vertical cusror motionEli Zaretskii
2026-01-31Fix macOS 26 (Tahoe) scrolling lag and input handling issuesBoris Buliga
2026-01-30xsettings: honor GDK DPI scaling valuesDaniel Colascione
2026-01-29Avoid interference between child frame deletion and recenteringEli Zaretskii
2026-01-28; Fix MS-Windows build broken by recent treesit.c changesEli Zaretskii
2026-01-28Always unset lisp_data when freeing imagesBasil L. Contovounesios
2026-01-28Fix tree-sitter traversal slowness (bug#80108)Yuan Fu
2026-01-27; Avoid warnings when neither GIF nor WebP are supportedPo Lu
2026-01-26Fix image.c compilation when HAVE_GIF is not definedEli Zaretskii
2026-01-26(read_char_minibuf_menu_prompt): Fix bug#80146Stefan Monnier
2026-01-26Fix point-adjustment when overlays are specific to windowsEli Zaretskii
2026-01-25; * src/buffer.h: Mention indirect buffers in 'buffer_window_count' commentMartin Rudalics
2026-01-24; * src/pdumper.c (dump_buffer): Update hash.Basil L. Contovounesios
2026-01-24Improve (WebP) image animationBasil L. Contovounesios
2026-01-24Improve animation cache documentationBasil L. Contovounesios
2026-01-24Support cons cell for 'line-spacing'Daniel Mendler
2026-01-24; Safer 'x-display-monitor-attributes-list'Eli Zaretskii
2026-01-22Fix MS-Windows build broken by recent updates in MinGW64 headersEli Zaretskii
2026-01-21; * src/alloc.c (Fgarbage_collect_heapsize): Avoid compiler warning.Eli Zaretskii
2026-01-20(garbage-collect-heapsize): New functionStefan Monnier
2026-01-19Don’t use C basename functionPaul Eggert
2026-01-19; * src/indent.c (Fvertical_motion): Fix last change. (Bug#80223)Eli Zaretskii
2026-01-19Fix vertical cursor motion across overlay stringsEli Zaretskii
2026-01-19; * src/window.c (Fwindow_cursor_info): Fix commentary of last change.Eli Zaretskii
2026-01-19Fix box cursor width returned for stretch glyphRadioNoiseE
2026-01-19NS: Fix UI freezes and Lisp threads on GNUstepYavor Doganov
2026-01-18; * src/dbusbind.c (Fdbus_registered_inhibitor_locks): Fix signature.Eli Zaretskii
2026-01-17Avoid overflows in image size calculationsPaul Eggert
2026-01-17NS: Fix startup with HAVE_NATIVE_COMP && !NS_SELF_CONTAINEDYavor Doganov
2026-01-17NS: Add native image support for HEIF, SVG and WEBP on GNUstepYavor Doganov
2026-01-17NS: Fix Meta key on GNUstepYavor Doganov
2026-01-17New D-Bus functions to support systemd inhibitor locksMichael Albinus
2026-01-16Various housekeeping in image.cBasil L. Contovounesios
2026-01-16Fix off-by-one error in native_image_pBasil L. Contovounesios
2026-01-14Call all registered D-Bus signal handlersMichael Albinus
2026-01-13Inhibit unused variable warning in NSTRACE_WHEN (bug#80096)Stéphane Marks
2026-01-13Add frame identifiers (bug#80138)Stéphane Marks
2026-01-11Fix crash where dead frame remains on list of live frames (Bug#80120)Martin Rudalics