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