summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-21Remove a false #ifdef HAVE_WINDOW_SYSTEMGerd Möllmann
2025-01-21Signal error when keyword/arg list is malformedRobert Pluim
2025-01-21Avoid crashes in redisplay due to problematic font setupsEli Zaretskii
2025-01-20Use 'max' macro in clip_to_boundsStefan Kangas
2025-01-20; Fix last changeEli Zaretskii
2025-01-19Make treesit-language-remap-alist completely transparent (bug#72388)Yuan Fu
2025-01-20pdumper: Add static_assert for EMACS_RELOC_TYPE_BITSStefan Kangas
2025-01-20Remove redundant case_Lisp_Int macroStefan Kangas
2025-01-19Remove workaround for AIX 3.2 crashesStefan Kangas
2025-01-19Prefer the 'min'/'max' macros where possibleStefan Kangas
2025-01-19Delete duplicate 'min' macroStefan Kangas
2025-01-19Delete unused aliases for callnStefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-19* src/fileio.c (Finsert_file_contents): Fix last change.Eli Zaretskii
2025-01-19Fix visiting files in /proc/ directoryEli Zaretskii
2025-01-19Prefer EMACS_INT_MAX to TYPE_MAXIMUM (EMACS_INT)Paul Eggert
2025-01-19Port recently-added bitfields back to GCCPaul Eggert
2025-01-18Always define image_compute_scalePaul Eggert
2025-01-18Port recently-added bitfields to IBM XL C 16.1Paul Eggert
2025-01-19Prefer 'list (...)' to 'listn (N, ...)'Stefan Kangas
2025-01-19Fix a GTK memory leak (Bug#75636)Pip Cet
2025-01-19Initialize full range in parse_menu_itemStefan Kangas
2025-01-18; Fix documentation about faces of tool-tip textEli Zaretskii
2025-01-17Fix treesit.el testsYuan Fu
2025-01-17Remap language symbol in treesit-query-compile (bug#72388)Yuan Fu
2025-01-17Simplify alloc by assuming MALLOC_IS_LISP_ALIGNEDPaul Eggert
2025-01-17Fix build on Solaris 10 (bug#75451)Pip Cet
2025-01-17Turn macros into enums in keyboard.hStefan Kangas
2025-01-16; * src/font.c (syms_of_font): Fix typo.Pip Cet
2025-01-16Fix subtle problem with updating 'font_style_table'Eli Zaretskii
2025-01-15Fix clear-string crash with text propertiesStefan Kangas
2025-01-15Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'Stefan Kangas
2025-01-14Use calln instead of calling Ffuncall directlyStefan Kangas
2025-01-14; Fix wording and coding style of a recent commitEli Zaretskii
2025-01-14Handle removal of selected tty child frameMartin Rudalics
2025-01-14src/comp.c: New macro CALLNIStefan Kangas
2025-01-14Prefer calln to CALLN where applicableStefan Kangas
2025-01-12Add 'and', 'named', and 'anonymous' predicate for tree-sitterYuan Fu
2025-01-13Use eabs in Fcurrent_time_zoneStefan Kangas
2025-01-12; Add some niceties to .lldbinitGerd Möllmann
2025-01-12; * src/keymap.c: Fix last change (bug#75219).Eli Zaretskii
2025-01-12Fix mouse-2 clicks on mode line and header lineEli Zaretskii
2025-01-11; * src/term.c (term_mouse_position): Fix 'fp' pointer.Juri Linkov
2025-01-11Fix handling of 'minibuffer' frame parameter for tty framesMartin Rudalics
2025-01-11; * src/term.c (tty_frame_at, term_mouse_position): Fix last change.Eli Zaretskii
2025-01-11Merge from origin/emacs-30Eli Zaretskii
2025-01-11Support TTY child frames with GPM mouseJared Finder
2025-01-11; Fix documentation of completion commandsEli Zaretskii
2025-01-10Protect Vframe_list updating from interruptionsRobert Pluim
2025-01-10Have 'split-window' optionally resurrect deleted windowsMartin Rudalics