summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-01-10Use the treesit thing 'list' with symbol property 'treesit-thing-symbol'Juri Linkov
2025-01-09In xt_action_hook don't act on deleted window's scroll bar (Bug#75120)Martin Rudalics
2025-01-09; Fix indentation in itree.cStefan Kangas
2025-01-09; Remove some references to deleted filesStefan Kangas
2025-01-09Improve 'gethash' docstringStefan Kangas
2025-01-08; * src/lisp.h (struct Lisp_Subr): Fix comment (again).Eli Zaretskii
2025-01-08; * src/lisp.h (struct Lisp_Subr): Fix comment.Eli Zaretskii
2025-01-08Fix store_function_docstring for native subrs (Bug#74966)Pip Cet
2025-01-08; Fix indentation in src/nsterm.hStefan Kangas