summaryrefslogtreecommitdiff
path: root/src/insdel.c
Commit message (Expand)AuthorAgeFilesLines
* Support input method ``text conversion'' on X WindowsPo Lu2023-02-121-0/+38
* Call treesit_record_change in insert_from_gap_1Yuan Fu2023-02-021-6/+13
* ; * 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
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-53/+16
|\
| * buffer.c: evaporate overlays in all indirect buffersStefan Monnier2022-11-051-11/+7
| * itree: Reproduce markers's behavior more faithfully (bug#58928)Stefan Monnier2022-11-031-31/+10
| * Merge 'master' into noverlayStefan Monnier2022-09-251-61/+123
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-12/+0
* | | ; Rename ts_* symbols in treesit.cEli Zaretskii2022-10-171-7/+7
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-9/+10
|\ \ \ | | |/ | |/|
| * | Merge branch 'feature/fix-the-long-lines-display-bug'Gregory Heytings2022-07-211-9/+9
| |\ \
| | * | Simplified and improved heuristic for long lines detection.Gregory Heytings2022-07-191-9/+9
| * | | Update buffer's chars-modified tick when inserting from gapEli Zaretskii2022-07-211-0/+1
| |/ /
* | | Add tree-sitter intergrationYuan Fu2022-05-071-1/+46
|/ /
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-3/+3
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-311-3/+6
* | Further cleanup for file locksMichael Albinus2021-07-091-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-4/+3
* | Clarify documentation on inhibit-modification-hooks intended usageŠtěpán Němec2020-04-131-1/+7
* | Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-221-3/+1
* | Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii2019-09-191-1/+10
* | * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier2019-07-021-15/+38
* | Make combine-after-change-calls work in the common case againStefan Monnier2019-05-061-1/+12
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-9/+9
* | Add portable dumperDaniel Colascione2019-01-151-0/+9
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \
| * | Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * | Centralize Bug#30931 fixPaul Eggert2018-06-031-5/+2
| * | Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-06-031-2/+5
* | | Use "file name handler" consequentlyMichael Albinus2018-12-221-1/+1
* | | More macro renamings for bignumTom Tromey2018-08-071-3/+3
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-14/+14
* | | Centralize Bug#30931 fixPaul Eggert2018-03-301-5/+2
* | | Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-03-301-2/+5
|/ /
* | Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Improve documentation of 'inhibit-modification-hooks' and friendsEli Zaretskii2017-12-281-1/+4
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix bidi paragraph direction when inserting text at newlineEli Zaretskii2017-03-131-4/+7
* ; Spelling fixesPaul Eggert2017-03-051-1/+1
* * src/insdel.c (make_gap): Improve comment.Stefan Monnier2017-02-201-1/+3
* ; * src/insdel.c: State file encoding explicitly.Eli Zaretskii2017-02-201-1/+1
* * src/insdel.c (make_gap): Increase enough to avoid O(N^2) behavior.Stefan Monnier2017-02-191-1/+14
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-6/+6