summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-17Fix treesit.el testsYuan Fu
2025-01-17Make sure treesit.el doesn't create parsers by itself (bug#75456)Yuan Fu
2025-01-17Remap language symbol in treesit-query-compile (bug#72388)Yuan Fu
2025-01-17Use treesit-query-first-valid in c-ts-modeYuan Fu
2025-01-17Add treesit-query-first-validYuan Fu
2025-01-17Simplify alloc by assuming MALLOC_IS_LISP_ALIGNEDPaul Eggert
2025-01-17Let Gnulib deal with malloc/realloc 0Paul Eggert
2025-01-17Update from Gnulib by running admin/merge-gnulibPaul Eggert
2025-01-17Fix build on Solaris 10 (bug#75451)Pip Cet
2025-01-17Turn macros into enums in keyboard.hStefan Kangas
2025-01-17; * etc/NEWS: Tweak wording of NSM items.Stefan Kangas
2025-01-17Do not rotate dedicated windowsPranshu Sharma
2025-01-17(hack-one-local-variable): Refine last patch (bug#74964)Stefan Monnier
2025-01-17Make NSM warn for TLS 1.1Stefan Kangas
2025-01-17Flymake: fix bug introduced recentlyJoão Távora
2025-01-17Make NSM warn for DH key exchange on medium severityStefan Kangas
2025-01-17; * doc/lispref/variables.texi (Lexical Binding): Fix a recent change.Eli Zaretskii
2025-01-16Update from Gnulib by running admin/merge-gnulibPaul Eggert
2025-01-17Fix the Lisp reference manual for older TexinfoPo Lu
2025-01-16Property definition-type becomes find-function-type-alistStephen Gildea
2025-01-16(cl-block, cl-return-from): Fix bug#75498Stefan Monnier
2025-01-16(asm-mode): Fix bug#75542Stefan Monnier
2025-01-16Handle correctly DISPLAY-FUNCTION arg in 'bookmark--jump-via'Thierry Volpiatto
2025-01-16Improve usability and documentation of Iroquoian input methodsKierin Bell
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-16; * lisp/emacs-lisp/rx.el: Remove extra dash. (Bug#75603)Eli Zaretskii
2025-01-16Update recent find-func change to fix elisp-mode-testsStephen Gildea
2025-01-16Take the tab-line into account when computing the window edgesSteven Allen
2025-01-15Update from Gnulib by running admin/merge-gnulibPaul Eggert
2025-01-15Fix clear-string crash with text propertiesStefan Kangas
2025-01-15Add clear-string to symbol-releases.eldStefan 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-14Improve repeat-mode to correctly show multi-key sequences as echoJuri Linkov
2025-01-14Fix repeat-mode to keep the same map symbol for repeat-continueJuri Linkov
2025-01-14* lisp/tab-bar.el (tab-bar-select-tab): Fix tab-bar-history-mode.Juri Linkov
2025-01-14Flymake: more ambitious cleanup in flymake-mode (bug#69809)João Távora
2025-01-14Flymake: improve idempotence of flymake-mode (bug#69809)João Távora
2025-01-14; Fix wording and coding style of a recent commitEli Zaretskii
2025-01-14; cperl-mode-tests.el: Don't run the newest test in perl-modeHarald Jörg
2025-01-14Add smtpmail cross-reference to 'auth-sources'.Robert Pluim
2025-01-14Handle removal of selected tty child frameMartin Rudalics
2025-01-14; (completion-preview--bg-color): Fix bug#75544.Eshel Yaron
2025-01-14src/comp.c: New macro CALLNIStefan Kangas
2025-01-14Prefer calln to CALLN where applicableStefan Kangas
2025-01-13; cperl-mode.el: Add a test for Bug#74245Peter Oliver
2025-01-13Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/emacs into emacs-30Eli Zaretskii
2025-01-13; cperl-mode.el: Allow bare $ in a signature (Bug#74245)Harald Jörg
2025-01-12Add 'and', 'named', and 'anonymous' predicate for tree-sitterYuan Fu