summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-03-13Fix treesit-parser-create behavior regarding indirect buffersYuan Fu
2025-03-13Fix aborts and text corruption in 'replace-buffer-contents'Eli Zaretskii
2025-03-12; Replace "Elisp" with "Lisp" or "Emacs Lisp" in some placesSean Whitton
2025-03-12Merge from origin/emacs-30Sean Whitton
2025-03-12Fix capitalization ELisp -> ElispSean Whitton
2025-03-11(Freplace_buffer_contents): Preserve markers more carefullyStefan Monnier
2025-03-11Remove parent-node field from tree-sitter parsersYuan Fu
2025-03-11; * src/android.c (android_rewrite_spawn_argv): Fix typo.Po Lu
2025-03-10Fix handling of frame position valuesMartin Rudalics
2025-03-10Reenable mmap-based dump allocation on wide int configurationsPo Lu
2025-03-10Fix bug#76805Po Lu
2025-03-10; Correct typos in commentary and error messagesPo Lu
2025-03-09Provide better completion for customizing frame parametersMauro Aranda
2025-03-09Re-port to 32-bit systems without alignment primitivesPo Lu
2025-03-09Document return values of the various read-* functionsEli Zaretskii
2025-03-09Merge from origin/emacs-30Eli Zaretskii
2025-03-09Fix drawing to the bottom-right corner of terminalsGerd Möllmann
2025-03-09macOS: Don't constrainFrameRect for child framesGerd Möllmann
2025-03-09Avoid reserved names in sfnt.cPo Lu
2025-03-08; Enable pdumper on some buggy versions of Sun CPo Lu
2025-03-08Don't lose drag-and-drop data intended for XTerm-like programsPo Lu
2025-03-08Fix crash in daemon when "C-x C-c" while a client frame shows tooltipEli Zaretskii
2025-03-08Fix crash in daemon when "C-x C-c" while a client frame shows tooltipEli Zaretskii
2025-03-07Fix tty underline capability check (bug#75024)Gerd Möllmann
2025-03-07Explicitly document read-string return valueStefan Kangas
2025-03-06* src/eval.c (signal_or_quit): Reduce scope of `debugger_called`Stefan Monnier
2025-03-06mouse-face properties on tab-bar tab captions (bug#76394)shipmints
2025-03-06(replace_range): Delete argument `markers`Stefan Monnier
2025-03-06Fix images on the mode line under 'mode-line-compact'Eli Zaretskii
2025-03-06Avoid defining unneeded variables on Cygw32Kazuhiro Ito
2025-03-06Merge from savannah/emacs-30Po Lu
2025-03-06; Improve documentation of 2 symbol-related functionsEli Zaretskii
2025-03-06Fix redisplay of tab bar when its text properties changeEli Zaretskii
2025-03-05Permit executing programs with >1024 args on AndroidPo Lu
2025-03-05; * src/nsterm.m (syms_of_nsterm): Fix typo in comment.Po Lu
2025-03-04Make Emacs buildable with -std=c11.Philipp Stephani
2025-03-04Add ns-click-through option to control activation click handlingDaniel Colascione
2025-03-04Fix 'etc/DOC' for a few functions/variablesEli Zaretskii
2025-03-04; * src/nsterm.m (ns_draw_stretch_glyph_string): One more spelling fix.Po Lu
2025-03-04; Fix style and language in src/nsterm.mPo Lu
2025-03-04Support colored stipples on Cocoa NS (Bug#73384)Ben Simms