summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Optimize search for composable characters in redisplayEli Zaretskii2023-04-294-20/+41
* Merge from origin/emacs-29Po Lu2023-04-281-3/+6
|\
| * Fix two crashes upon startupPo Lu2023-04-281-3/+6
* | Merge from origin/emacs-29Eli Zaretskii2023-04-252-14/+45
|\ \ | |/
| * Don't support versioned grammar libraries on MS-WindowsEli Zaretskii2023-04-241-4/+10
| * Accept versioned tree-sitter language grammar filesYuan Fu2023-04-241-2/+16
| * Fix line-number-at-pos when POSITION is out of narrowingEli Zaretskii2023-04-221-12/+23
* | Merge from origin/emacs-29Eli Zaretskii2023-04-213-9/+22
|\ \ | |/
| * ; * src/fringe.c: Fix description of large circle. (Bug#62961)Eli Zaretskii2023-04-201-2/+2
| * ; * src/term.c (init_tty): Fix last change. (Bug#62877)Eli Zaretskii2023-04-161-1/+1
| * Fix strike-through attribute support on TTY framesEli Zaretskii2023-04-161-0/+8
| * Avoid crashes in 'describe-keymap' due to shadowingEli Zaretskii2023-04-161-7/+12
| * Fix style and unwinding code in treesit.cEli Zaretskii2023-04-141-11/+5
| * Catch signals produced by PRED in tree-sitter search functionsYuan Fu2023-04-141-0/+24
* | ; * src/fns.c (assq_no_signal): Fix a typo in a comment.Eli Zaretskii2023-04-191-1/+1
* | ; Fix typos in treesit.cYuan Fu2023-04-161-2/+2
* | New helper function assq_no_signalYuan Fu2023-04-163-13/+17
* | Fit symbol_redirect snugly in two bitsMattias Engdegård2023-04-162-24/+16
* | Merge from origin/emacs-29Eli Zaretskii2023-04-151-1/+8
|\ \ | |/
| * Fix compilation of w32.c with old MinGW system headersEli Zaretskii2023-04-131-1/+8
* | Merge from origin/emacs-29Eli Zaretskii2023-04-152-23/+47
|\ \ | |/
| * Change cursor color on NS port when it matches the face backgroundDaniel Martín2023-04-082-23/+47
* | Support treesit-thing-settings in search functionsYuan Fu2023-04-141-15/+88
* | Add a recursion level limit for tree-sitter search predicatesYuan Fu2023-04-141-8/+22
* | ; Minor fixes in treesit.cYuan Fu2023-04-141-23/+40
* | Add treesit-thing-settingsYuan Fu2023-04-141-7/+35
* | Add treesit-node-match-pYuan Fu2023-04-141-0/+32
* | Disallow creation of circular variable alias chainsMattias Engdegård2023-04-144-53/+33
* | * src/nsterm.m (check_native_fs): Add missing void arg.Robert Pluim2023-04-141-1/+1
* | Use BASE_EQ in treesit.cMattias Engdegård2023-04-141-18/+18
* | Fix previous commit on tree-sitterYuan Fu2023-04-131-13/+6
* | Fix bugs in treesit.oPo Lu2023-04-141-18/+13
* | Support more predicates in tree-sitter search functionsYuan Fu2023-04-131-20/+148
* | Catch signals produced by PRED in tree-sitter search functionsYuan Fu2023-04-131-0/+24
* | Stop pretending that specpdl overflow can ever occurMattias Engdegård2023-04-132-4/+4
* | (RE_SETUP_SYNTAX_TABLE_FOR_OBJECT): SimplifyStefan Monnier2023-04-123-17/+16
* | (SETUP_SYNTAX_TABLE_FOR_OBJECT): Take a byteoffsetStefan Monnier2023-04-122-12/+6
* | src/regex-emacs.c (POS_AS_IN_BUFFER): Delete macroStefan Monnier2023-04-122-21/+14
* | (struct gl_state_s): Delete `offset` fieldStefan Monnier2023-04-122-36/+21
* | ; Fix compiler warningPo Lu2023-04-061-1/+1
* | Merge from origin/emacs-29João Távora2023-04-032-2/+11
|\ \ | |/
| * Fix scrolling window when point moves upShynur2023-03-301-2/+3
| * Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-291-0/+8
| * Improve docs for global-mode-string / %M constructPhil Sainty2023-03-261-1/+1
| * * src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty2023-03-261-0/+3
| * * src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty2023-03-261-1/+0
* | src/eval.c: Fix bug#62419Stefan Monnier2023-04-021-1/+2
* | ; * src/fns.c: Use if instead of #ifdefMattias Engdegård2023-04-011-7/+6
* | ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): Check in missing edit.Po Lu2023-04-011-2/+0
* | ; * src/fns.c (Fstring_lessp): Fix coding style.Po Lu2023-04-011-2/+3