aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve backward compatibility of save-restrictionGregory Heytings2023-02-144-13/+21
* Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-134-14/+14
* Merge branch 'scratch/fix-locked-narrowing'Gregory Heytings2023-02-137-106/+103
|\
| * Save and restore the absence of narrowing locksGregory Heytings2023-02-101-6/+4
| * Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-094-79/+65
| * Rename two long line optimizations variablesGregory Heytings2023-02-093-13/+13
| * Add specific symbols for narrowingsGregory Heytings2023-02-092-2/+7
| * Make 'narrowing-lock' and 'narrowing-unlock' internalGregory Heytings2023-02-091-6/+8
| * Fix 'save-restriction' for narrowing locksGregory Heytings2023-02-094-2/+8
* | ; * src/pdumper.c (dump_buffer): Update hash.Basil L. Contovounesios2023-02-121-1/+1
* | * src/.gdbinit (nextcons): Amend $.u.cdr to $.u.s.u.cdr (bug#61453).Alan Mackenzie2023-02-121-1/+1
* | ; Fix typo in buffer.hDaniel Martín2023-02-121-1/+1
* | ; Improve documentation of hash functions.Eli Zaretskii2023-02-111-8/+9
* | Rename LIMIT to DEPTH in tree-sitter functions (bug#61231)Yuan Fu2023-02-091-12/+12
* | Add 'live' property to treesit-node-check (bug#61235)Yuan Fu2023-02-091-3/+19
|/
* ; Fix memory leak in treesit.cEli Zaretskii2023-02-081-2/+6
* Fix crashes inside 'xfree' called from treesit.cEli Zaretskii2023-02-071-1/+1
* Fix display of raised/lowered composed textEli Zaretskii2023-02-051-0/+5
* Fix bidi reordering of sequence of whitespace characters before a TABEli Zaretskii2023-02-041-6/+9
* Improve documentation of 'header-line-indent-mode'Eli Zaretskii2023-02-031-2/+2
* Call treesit_record_change in insert_from_gap_1Yuan Fu2023-02-021-6/+13
* ; * src/treesit.c (treesit_predicate_match): Simplify last change.Eli Zaretskii2023-02-021-8/+5
* Minor improvements in sqlite.cEli Zaretskii2023-02-021-3/+7
* (treesit_predicate_match): Match node text against regexp without consingDmitry Gutov2023-02-023-6/+38
* Avoid spurious pause in kill-ring-save (Bug#60841)Kévin Le Gouguec2023-02-021-2/+1
* Unbreak the MS-Windows buildEli Zaretskii2023-02-011-0/+4
* ; (Ftreesit_query_capture): Fix typoDmitry Gutov2023-02-011-1/+2
* (Ftreesit_query_capture): Cache list of predicates for given pattern indexDmitry Gutov2023-02-011-3/+8
* Fix cursor-in-echo-area on TTY framesEli Zaretskii2023-01-311-0/+4
* Add treesit-subtree-statYuan Fu2023-01-291-0/+63
* ; * src/comp.c: Remove Local Variables section to avoid warnings.Eli Zaretskii2023-01-281-3/+0
* ; * src/insdel.c (insert_from_buffer): Fix assertions.Eli Zaretskii2023-01-261-1/+2
* Fix call to treesit_record_change in insdel.cYuan Fu2023-01-251-6/+10
* Pacify --without-x unused function warningBasil L. Contovounesios2023-01-251-1/+1
* ; Fix last change (bug#60556).Eli Zaretskii2023-01-221-12/+13
* Avoid crashes in batch Emacs sub-processes on MS-WindowsEli Zaretskii2023-01-222-25/+47
* ; * src/treesit.c: Remove unused boilerplate.Yuan Fu2023-01-171-8/+0
* Fix buffer-list-update-hook for indirect buffersBasil L. Contovounesios2023-01-171-5/+5
* Fix treesit-node-first-child-for-pos (bug#60127)Yuan Fu2023-01-171-8/+44
* ; * src/treesit.c (Ftreesit_induce_sparse_tree): Minor change.Yuan Fu2023-01-171-3/+3
* ; Fix more quoting in w32fns.c.Eli Zaretskii2023-01-161-2/+2
* ; * src/w32fns.c: Fix quoting. Patch by Arash Esbati <arash@gnu.org>.Eli Zaretskii2023-01-161-6/+6
* ; Fix typosStefan Kangas2023-01-153-3/+3
* Fix use of build_pure_c_string in treesit.cYuan Fu2023-01-131-42/+96
* ; Improve documentation of tree-sitter node comparisonEli Zaretskii2023-01-131-2/+4
* ; Fix non-tree-sitter buildsEli Zaretskii2023-01-131-3/+4
* Equal now recognizes tree-sitter nodes (bug#60659)Yuan Fu2023-01-123-7/+22
* Fix encoding with 'utf-8-auto'Eli Zaretskii2023-01-121-1/+1
* Report cursor correctly on PGTK when there is a marginPo Lu2023-01-121-1/+2
* Don't print named tree-sitter nodes with parenthesizes (bug#60696)Yuan Fu2023-01-091-2/+7