index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'scratch/fix-locked-narrowing'
Gregory Heytings
2023-02-13
1
-0
/
+106
|
\
|
*
Add an extensive test for labeled (locked) narrowing
Gregory Heytings
2023-02-09
1
-0
/
+106
*
|
Add 'live' property to treesit-node-check (bug#61235)
Yuan Fu
2023-02-09
1
-1
/
+13
|
/
*
Make `keymap-set-after' work for menus
Robert Pluim
2023-01-20
1
-0
/
+17
*
Use `key-parse' in `keymap-lookup'
Robert Pluim
2023-01-20
1
-0
/
+16
*
Fix buffer-list-update-hook for indirect buffers
Basil L. Contovounesios
2023-01-17
1
-20
/
+26
*
Fix encoding with 'utf-8-auto'
Eli Zaretskii
2023-01-12
1
-15
/
+15
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
51
-51
/
+51
*
Fix tree-sitter typos
Yuan Fu
2022-12-28
1
-1
/
+1
*
Fix treesit--things-around (bug#60355)
Yuan Fu
2022-12-27
1
-1
/
+39
*
; * test/src/treesit-tests.el: remove dead store (bytecomp warning)
Mattias Engdegård
2022-12-27
1
-3
/
+1
*
Add a new tree-sitter query predicate 'pred'
Yuan Fu
2022-12-26
1
-3
/
+10
*
; Fix tree-sitter defun tests
Yuan Fu
2022-12-26
1
-30
/
+34
*
Switch to use cursor API in treesit.c
Yuan Fu
2022-12-17
1
-0
/
+135
*
; Fix typos
Stefan Kangas
2022-12-13
1
-3
/
+3
*
Add improved tree-sitter navigation
Yuan Fu
2022-12-12
1
-0
/
+282
*
; * test/src/treesit-tests.el: Add outline headers.
Yuan Fu
2022-12-12
1
-0
/
+13
*
Make indirect buffers use tree-sitter parsers of their base buffer
Yuan Fu
2022-12-09
1
-0
/
+34
*
Improve parameter checking in tree-sitter functions
Yuan Fu
2022-12-07
1
-0
/
+8
*
* test/src/sqlite-tests.el (sqlite-version): Declare.
Mattias Engdegård
2022-12-07
1
-0
/
+1
*
Add sqlite library version string retrieval function (bug#58766)
Mattias Engdegård
2022-11-25
1
-0
/
+1
*
; Fix warnings in builds without tree-sitter
Mattias Engdegård
2022-11-22
1
-17
/
+47
*
; * test/src/treesit-tests.el (treesit-misc): Remove test.
Yuan Fu
2022-11-21
1
-21
/
+0
*
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-21
11
-148
/
+6975
|
\
|
*
; Fix typos
Stefan Kangas
2022-11-20
3
-7
/
+7
|
*
; Fix typos
Stefan Kangas
2022-11-18
2
-2
/
+2
|
*
Reduce buffer-tests noisiness even more
Eli Zaretskii
2022-11-16
1
-5
/
+5
|
*
Reduce buffer-tests noisiness when run in batch mode.
Matt Armstrong
2022-11-16
1
-42
/
+35
|
*
; Fix typos
Stefan Kangas
2022-11-11
1
-1
/
+1
|
*
Rewrite the `kill-buffer-delete-auto-save' tests (bug#59028)
Matt Armstrong
2022-11-10
1
-58
/
+85
|
*
itree.c and buffer-tests.el: Incorporate code review feedback
Matt Armstrong
2022-11-06
1
-12
/
+17
|
*
buffer.c: evaporate overlays in all indirect buffers
Stefan Monnier
2022-11-05
1
-1
/
+0
|
*
Add a test for overlay evaporation across indirect buffers
Matt Armstrong
2022-11-05
1
-0
/
+36
|
*
Tweak the overlay related `insert-before-markers' tests
Matt Armstrong
2022-11-05
1
-22
/
+39
|
*
itree: Reproduce markers's behavior more faithfully (bug#58928)
Stefan Monnier
2022-11-03
1
-0
/
+22
|
*
src/buffer.c: Fix interaction between overlays & indirect buffers (bug#58928)
Stefan Monnier
2022-11-01
1
-0
/
+21
|
*
Merge remote-tracking branch 'origin/feature/noverlay'
Stefan Monnier
2022-10-28
1
-0
/
+6665
|
|
\
|
|
*
Add `get-pos-property' tests covering bug#58706
Matt Armstrong
2022-10-22
1
-0
/
+43
|
|
*
Fix a narrow-to-region vs. overlays-at bug
Matt Armstrong
2022-10-21
1
-12
/
+27
|
|
*
Fix handling of overlays that begin at END in 'overlays_in'
Matt Armstrong
2022-10-21
1
-0
/
+45
|
|
*
src/textprop.c (get_char_property_and_overlay): Fix bug#58479
Stefan Monnier
2022-10-14
1
-0
/
+8
|
|
*
; * test/src/buffer-tests.el: Remove unecessary `message' calls.
Matt Armstrong
2022-10-09
1
-2
/
+0
|
|
*
; * test/src/buffer-tests.el (test-overlay-randomly): new test.
Matt Armstrong
2022-10-08
1
-0
/
+92
|
|
*
Merge 'master' into noverlay
Stefan Monnier
2022-09-25
56
-888
/
+11446
|
|
|
\
|
|
*
|
Expand overlay multibyte tests
Andreas Politz
2017-10-07
1
-3
/
+58
|
|
*
|
Add test exposing overlay bug
Andreas Politz
2017-10-05
1
-0
/
+101
|
|
*
|
Add test regarding overlay and buffer encoding
Andreas Politz
2017-10-05
1
-0
/
+8
|
|
*
|
Provide a new tree data-structure for overlays.
Andreas Politz
2017-10-04
1
-0
/
+7519
|
*
|
|
; Fix several symbol name typos
Stefan Kangas
2022-10-26
2
-2
/
+2
|
*
|
|
Fix regexp matching with atomic strings and optimised backtracking
Mattias Engdegård
2022-10-24
1
-0
/
+5
[next]