summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-25* doc/emacs/files.texi (Time Stamp Customization): Typo.Stephen Gildea
2025-04-25Add multivar indent style in typescript-ts-mode (bug#77803)Yuan Fu
2025-04-25* Fix missing lexical-binding cookie warning on async compilation (bug#77918)Roi Martin
2025-04-25lisp/auth-source.el (authinfo--keywords): Avoid obsolete font-lock face varsStefan Monnier
2025-04-25; Change let* to just let in last change.Sean Whitton
2025-04-25comment-indent: Handle BOL already within a multiline commentSean Whitton
2025-04-24; * test/lisp/arc-mode-tests.el ("7z"): Fix 7z entry.Eli Zaretskii
2025-04-24Detect more types of split zip archivesJens Schmidt
2025-04-24Allow to disable 'lexical-binding'Eli Zaretskii
2025-04-24; * doc/emacs/search.texi (Isearch Yank): Improve flow.Sean Whitton
2025-04-24; * etc/NEWS: Document deletion of block comment variables.Sean Whitton
2025-04-24; * etc/DEBUG: Say that debugging code compiled w/ -Og can be hard.Sean Whitton
2025-04-24; Improve documentation of last changeEli Zaretskii
2025-04-24Create major mode for `customize-dirlocals` (bug#77228)Elías Gabriel Pérez
2025-04-24; Improve documentation of 'modifier-bar-mode'Eli Zaretskii
2025-04-24; * doc/emacs/programs.texi (Matching): Fix wording (bug#78021).Eli Zaretskii
2025-04-24; * src/w32dwrite.c: Minor coding style adjustments.Po Lu
2025-04-23Add the keyword ':copy-queries' to 'treesit-language-source-alist'.Juri Linkov
2025-04-23; * src/w32dwrite.c (text_extents_internal): Fix typos in comments.Eli Zaretskii
2025-04-23w32: change the way text is measured when using DirectWriteCecilio Pardo
2025-04-23; * doc/misc/efaq-w32.texi (MinGW-w64): Fix punctuation (bug#78005).Eli Zaretskii
2025-04-23Eglot: require bug-fixed Flymake 1.4.1 (bug#77856)João Távora
2025-04-23Flymake: more concise flymake--tabulated-list-format-baseJoão Távora
2025-04-23Flymake: fix flymake-make-diagnostic for numeric code (bug#77856)João Távora
2025-04-23* lisp/desktop.el: Fix the recent cleanup.Juri Linkov
2025-04-22Replace some 'treesit-query-compile' with 'treesit-query-valid-p'.Juri Linkov
2025-04-22* lisp/treesit.el (treesit-show-paren-data--categorize): Add docstring.Juri Linkov
2025-04-22* lisp/treesit-x.el: Quote :parent in define-treesit-generic-mode.Juri Linkov
2025-04-22* lisp/treesit-x.el: Use 'treesit-ensure-installed'.Juri Linkov
2025-04-22Fix all issues for the case when tree-sitter is disabled.Juri Linkov
2025-04-22desktop.el: Janitorial cleanupStefan Monnier
2025-04-22* src/androidfns.c (Fx_display_grayscale_p): Fix value on color displays.Po Lu
2025-04-22Delete unused block-comment-start and block-comment-endSean Whitton
2025-04-22Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton
2025-04-22Realloc less often in adjust_glyph_matrix (bug#77961)Gerd Möllmann
2025-04-22Fix tree-sitter ABI version incompatibility in rust-ts-modeJuri Linkov
2025-04-22Make `man' more portableMichael Albinus
2025-04-22; Fix thinko in recent commitStefan Kangas
2025-04-21; * etc/NEWS: Fix wording of a recent addition.Eli Zaretskii
2025-04-20(text-clone--maintain): Don't modify the buf from the after-change hookStefan Monnier
2025-04-21Render lib/getloadavg.c patches more permanentPo Lu
2025-04-20Eglot: use richer diagnostic-making capability of Flymake 1.4.0João Távora
2025-04-20Flymake: bump package version to 1.4.0João Távora
2025-04-20Flymake: rework, simplify and address problems of recent change (bug#75841)João Távora
2025-04-20Flymake: address some compatibility problems with older EmacsenJoão Távora
2025-04-20Flymake: dynamically resize and layout diagnostic listingsJoão Távora
2025-04-20Flymake: new flymake-diagnostic-format-alist (bug#77439, bug#77480)João Távora
2025-04-20Flymake: more powerful flymake-make-diagnostic and rework manualJoão Távora
2025-04-20* lisp/treesit.el (treesit-show-paren-data--categorize): Fix off-by-one error.Juri Linkov
2025-04-20* lisp/treesit.el (treesit-cycle-sexp-type): Add optional arg 'interactive'.Juri Linkov