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