summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-09-21* src/regex-emacs.c (mutually_exclusive_aux) [ENABLE_CHECKING]: Fix ifStefan Monnier
2023-09-21regex-emacs.c (mutually_exclusive_aux): Rework againStefan Monnier
2023-09-21; * src/android.c (android_damage_window): Remove unused variable.Po Lu
2023-09-21Update Android portPo Lu
2023-09-20Reorder type tests for efficiencyMattias Engdegård
2023-09-20* src/alloc.c: (cleanup_vector) Dispatch on pseudovector typeMattias Engdegård
2023-09-20Fix off-by-1 typo in vadd_to_logPaul Eggert
2023-09-19Don't use pointer arithmetic for pointer tagging (bug#65491)Mattias Engdegård
2023-09-19; Fix typos in last changePo Lu
2023-09-19Update Android portPo Lu
2023-09-18Improve XUNTAG commentPaul Eggert
2023-09-18Don't use pointer arithmetic for untagging Lisp values (bug#65491)Mattias Engdegård
2023-09-18Optimize damage region tracking under AndroidPo Lu
2023-09-17Rename describe-map-tree to help--describe-map-treeStefan Kangas
2023-09-17; Grammar fixes ("allow to" et al)Stefan Kangas
2023-09-17Speed up Android context menu generationPo Lu
2023-09-16Revert "Don't use pointer arithmetic for untagging Lisp values"Eli Zaretskii
2023-09-16Revert "* src/lisp.h (XUNTAG): Work on 32-bit --with-wide-int builds"Eli Zaretskii
2023-09-16* src/lisp.h (XUNTAG): Work on 32-bit --with-wide-int buildsMattias Engdegård
2023-09-16Don't use pointer arithmetic for untagging Lisp valuesMattias Engdegård
2023-09-16More accurate static vector block size assertionMattias Engdegård
2023-09-16Merge from origin/emacs-29Eli Zaretskii
2023-09-16Update pdumper hashesAndreas Schwab
2023-09-16; * src/sfntfont.c (sfntfont_list_family): Remove unused variable.Po Lu
2023-09-16Update Android portPo Lu
2023-09-15(mutually_exclusive_p): Fix the regression from commit 6fad73d7cc53Stefan Monnier
2023-09-15* src/regex-emacs.c (mutually_exclusive_p): RefactorStefan Monnier
2023-09-15; * src/process.c (child_signal_notify): Avoid compiler warning (bug#65919).Eli Zaretskii
2023-09-15; * src/xterm.c (handle_one_xevent): Cite the bug meant to be fixed.Po Lu
2023-09-15Correct bug#65919Po Lu
2023-09-14Fix 'window-text-pixel-size' when there are several images at STARTEli Zaretskii
2023-09-14Avert a crash in the Android last resort font driverPo Lu
2023-09-13; * src/treesit.c (Ftreesit_parser_set_included_ranges): Minor fix.Yuan Fu
2023-09-13Update tree-sitter traversing functions' docstringsYuan Fu
2023-09-13(report_overlay_modification): Fix bug#65929Stefan Monnier
2023-09-13Fix build error on older macOS versionsAlan Third
2023-09-13Fix SVG colors (bug#56182)Alan Third
2023-09-13Exclude ``regular'' from font adstylePo Lu
2023-09-12Avoid unnecessary tree-sitter reparse when setting the same rangeYuan Fu
2023-09-12Make sure undefined tree-sitter thing doesn't raise an errorYuan Fu
2023-09-12* src/alloc.c (garbage_collect): Run `post-gc-hook` later (bug#65700)Stefan Monnier
2023-09-12Extract font foundry metadata from the OS/2 tablePo Lu
2023-09-11Fix regression of treesit_cursor_helper_1Yuan Fu
2023-09-11Remove check for appdefined events on the queue (bug#65843)Alan Third
2023-09-11Fix crash on child frame creation (bug#65817)Alan Third
2023-09-11Simplify the EmacsLayer double buffering code (bug#63187)Alan Third
2023-09-11Provide an option to disable font instruction code executionPo Lu
2023-09-11Respect vertical centering preferences under AndroidPo Lu
2023-09-10; * src/font.h (struct font): Comment about use of average_width.Eli Zaretskii
2023-09-10Replace PVEC_FONT as pseudo-vector subtype upper boundMattias Engdegård