aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DO_MARKERS -> Pip's FOR_EACH_MARKERscratch/text-indexGerd Möllmann2025-05-088-54/+67
* Change some commentsGerd Möllmann2025-05-071-23/+22
* ; * src/text-index.c (bytepos_forward_to_charpos): Fix an eassert.Gerd Möllmann2025-05-041-1/+1
* Don't optimize prematurely in text_index_charpos_to_byteposGerd Möllmann2025-04-271-18/+8
* (buf_bytepos_to_charpos): Fix performance bugStefan Monnier2025-04-261-7/+14
* Fix marker_vector_resetGerd Möllmann2025-04-241-6/+2
* Marker last positionGerd Möllmann2025-04-244-2/+16
* (marker_vector_adjust_for_delete): Delete functionStefan Monnier2025-04-233-26/+2
* text-index.c: Skip the byte scan when it's all ASCIIStefan Monnier2025-04-231-85/+74
* textconv.c: Adjust calls to `build_marker`Stefan Monnier2025-04-231-8/+6
* text-index.c: Avoid binary search in charpos->bytepos conversionGerd Möllmann2025-04-231-4/+40
* ; src/marker-vector: Fix typos and punctuationStefan Kangas2025-04-235-13/+13
* marker-vector.c: Move marker's position info to the arrayGerd Möllmann2025-04-2321-342/+271
* marker.c: Keep markers in arrays rather than linked listsGerd Möllmann2025-04-2313-171/+504
* text-index.c: New implementation of bytepos<->charpos conversionGerd Möllmann2025-04-2311-371/+891
* Replace some 'treesit-query-compile' with 'treesit-query-valid-p'.Juri Linkov2025-04-225-52/+21
* * lisp/treesit.el (treesit-show-paren-data--categorize): Add docstring.Juri Linkov2025-04-221-0/+3
* * lisp/treesit-x.el: Quote :parent in define-treesit-generic-mode.Juri Linkov2025-04-221-2/+3
* * lisp/treesit-x.el: Use 'treesit-ensure-installed'.Juri Linkov2025-04-221-15/+19
* Fix all issues for the case when tree-sitter is disabled.Juri Linkov2025-04-224-19/+25
* desktop.el: Janitorial cleanupStefan Monnier2025-04-221-56/+36
* * src/androidfns.c (Fx_display_grayscale_p): Fix value on color displays.Po Lu2025-04-221-2/+1
* Delete unused block-comment-start and block-comment-endSean Whitton2025-04-222-17/+4
* Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton2025-04-2217-78/+5
* Realloc less often in adjust_glyph_matrix (bug#77961)Gerd Möllmann2025-04-221-7/+11
* Fix tree-sitter ABI version incompatibility in rust-ts-modeJuri Linkov2025-04-221-1/+2
* Make `man' more portableMichael Albinus2025-04-221-4/+2
* ; Fix thinko in recent commitStefan Kangas2025-04-221-1/+1
* ; * etc/NEWS: Fix wording of a recent addition.Eli Zaretskii2025-04-211-5/+5
* (text-clone--maintain): Don't modify the buf from the after-change hookStefan Monnier2025-04-201-45/+71
* Render lib/getloadavg.c patches more permanentPo Lu2025-04-213-0/+19
* Eglot: use richer diagnostic-making capability of Flymake 1.4.0João Távora2025-04-201-8/+6
* Flymake: bump package version to 1.4.0João Távora2025-04-202-1/+16
* Flymake: rework, simplify and address problems of recent change (bug#75841)João Távora2025-04-203-86/+75
* Flymake: address some compatibility problems with older EmacsenJoão Távora2025-04-201-8/+7
* Flymake: dynamically resize and layout diagnostic listingsJoão Távora2025-04-201-92/+118
* Flymake: new flymake-diagnostic-format-alist (bug#77439, bug#77480)João Távora2025-04-202-26/+93
* Flymake: more powerful flymake-make-diagnostic and rework manualJoão Távora2025-04-202-59/+94
* * lisp/treesit.el (treesit-show-paren-data--categorize): Fix off-by-one error.Juri Linkov2025-04-201-1/+1
* * lisp/treesit.el (treesit-cycle-sexp-type): Add optional arg 'interactive'.Juri Linkov2025-04-201-7/+8
* ; * test/infra/Dockerfile.emba: Add cmake/markdown/php/phpdoc/toml/yaml.Juri Linkov2025-04-201-1/+8
* Fix indentation test failure for elixir-ts--indent-rulesJuri Linkov2025-04-202-1/+20
* Fix emerge.el for remote filesMichael Albinus2025-04-202-10/+93
* (savehist-minibuffer-hook): Exclude uninterned history varsStefan Monnier2025-04-201-2/+8
* ; Pacify free variable warning in vc-git.elGerd Möllmann2025-04-201-0/+3
* Temporary fix for compilation on Android API levels <= 13Po Lu2025-04-201-1/+2
* Fix indentation of "{" on a new line of a function declarationVincenzo Pupillo2025-04-201-12/+77
* Omit trailing white space in one linePaul Eggert2025-04-191-2/+1
* Use -Wtrailing-whitespace when warningPaul Eggert2025-04-191-0/+1
* Pacify GCC 15 -Wunterminated-string-initializationPaul Eggert2025-04-192-2/+2