summaryrefslogtreecommitdiff
path: root/src/insdel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| |/
| * 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
* | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-12/+0
|/
* 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
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * src/fileio.c (Finsert_file_contents): Fix hook handling (bug#24340)Stefan Monnier2016-10-031-18/+17
* | Merge from origin/emacs-25Paul Eggert2016-08-051-2/+8
|\|
| * Adjust match data before calling after-change-funsNoam Postavsky2016-07-221-2/+8
* | Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nilEli Zaretskii2016-07-191-4/+98
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* ; Improve commentary in insdel.cEli Zaretskii2016-02-131-4/+14
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1