aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* regex-emacs.c (mutually_exclusive_aux): Rework againStefan Monnier2023-09-211-41/+86
* ; * src/android.c (android_damage_window): Remove unused variable.Po Lu2023-09-211-1/+1
* Update Android portPo Lu2023-09-212-42/+56
* Reorder type tests for efficiencyMattias Engdegård2023-09-201-24/+28
* * src/alloc.c: (cleanup_vector) Dispatch on pseudovector typeMattias Engdegård2023-09-201-74/+115
* Fix off-by-1 typo in vadd_to_logPaul Eggert2023-09-201-1/+1
* Don't use pointer arithmetic for pointer tagging (bug#65491)Mattias Engdegård2023-09-191-12/+3
* ; Fix typos in last changePo Lu2023-09-191-6/+6
* Update Android portPo Lu2023-09-191-13/+38
* Improve XUNTAG commentPaul Eggert2023-09-181-4/+3
* Don't use pointer arithmetic for untagging Lisp values (bug#65491)Mattias Engdegård2023-09-181-4/+6
* Optimize damage region tracking under AndroidPo Lu2023-09-181-20/+18
* Rename describe-map-tree to help--describe-map-treeStefan Kangas2023-09-171-12/+12
* ; Grammar fixes ("allow to" et al)Stefan Kangas2023-09-171-1/+1
* Speed up Android context menu generationPo Lu2023-09-171-33/+44
* Revert "Don't use pointer arithmetic for untagging Lisp values"Eli Zaretskii2023-09-161-1/+1
* Revert "* src/lisp.h (XUNTAG): Work on 32-bit --with-wide-int builds"Eli Zaretskii2023-09-161-2/+2
* * src/lisp.h (XUNTAG): Work on 32-bit --with-wide-int buildsMattias Engdegård2023-09-161-2/+2
* Don't use pointer arithmetic for untagging Lisp valuesMattias Engdegård2023-09-161-1/+1
* More accurate static vector block size assertionMattias Engdegård2023-09-161-2/+6
* Merge from origin/emacs-29Eli Zaretskii2023-09-165-8/+32
|\
| * Fix 'window-text-pixel-size' when there are several images at STARTEli Zaretskii2023-09-141-1/+0
| * (report_overlay_modification): Fix bug#65929Stefan Monnier2023-09-131-1/+1
| * Fix SVG colors (bug#56182)Alan Third2023-09-131-0/+12
| * Fix regression of treesit_cursor_helper_1Yuan Fu2023-09-111-2/+9
| * ; * src/font.h (struct font): Comment about use of average_width.Eli Zaretskii2023-09-101-4/+10
* | Update pdumper hashesAndreas Schwab2023-09-161-3/+3
* | ; * src/sfntfont.c (sfntfont_list_family): Remove unused variable.Po Lu2023-09-161-1/+0
* | Update Android portPo Lu2023-09-162-6/+32
* | (mutually_exclusive_p): Fix the regression from commit 6fad73d7cc53Stefan Monnier2023-09-151-8/+45
* | * src/regex-emacs.c (mutually_exclusive_p): RefactorStefan Monnier2023-09-151-91/+105
* | ; * src/process.c (child_signal_notify): Avoid compiler warning (bug#65919).Eli Zaretskii2023-09-151-6/+12
* | ; * src/xterm.c (handle_one_xevent): Cite the bug meant to be fixed.Po Lu2023-09-151-1/+1
* | Correct bug#65919Po Lu2023-09-153-15/+82
* | Avert a crash in the Android last resort font driverPo Lu2023-09-141-2/+2
* | ; * src/treesit.c (Ftreesit_parser_set_included_ranges): Minor fix.Yuan Fu2023-09-131-1/+1
* | Update tree-sitter traversing functions' docstringsYuan Fu2023-09-131-14/+14
* | Fix build error on older macOS versionsAlan Third2023-09-131-1/+1
* | Exclude ``regular'' from font adstylePo Lu2023-09-131-0/+6
* | Avoid unnecessary tree-sitter reparse when setting the same rangeYuan Fu2023-09-122-11/+14
* | Make sure undefined tree-sitter thing doesn't raise an errorYuan Fu2023-09-121-32/+62
* | * src/alloc.c (garbage_collect): Run `post-gc-hook` later (bug#65700)Stefan Monnier2023-09-121-7/+7
* | Extract font foundry metadata from the OS/2 tablePo Lu2023-09-123-37/+237
* | Remove check for appdefined events on the queue (bug#65843)Alan Third2023-09-111-15/+0
* | Fix crash on child frame creation (bug#65817)Alan Third2023-09-112-13/+16
* | Simplify the EmacsLayer double buffering code (bug#63187)Alan Third2023-09-113-26/+67
* | Provide an option to disable font instruction code executionPo Lu2023-09-111-1/+27
* | Respect vertical centering preferences under AndroidPo Lu2023-09-111-0/+15
* | Replace PVEC_FONT as pseudo-vector subtype upper boundMattias Engdegård2023-09-102-2/+3
* | ; Spruce up union vectorlike_header descriptionMattias Engdegård2023-09-101-19/+29