summaryrefslogtreecommitdiff
path: root/src/insdel.c
Commit message (Expand)AuthorAge
* 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
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | * src/fileio.c (Finsert_file_contents): Fix hook handling (bug#24340)Stefan Monnier2016-10-03
* | Merge from origin/emacs-25Paul Eggert2016-08-05
|\|
| * Adjust match data before calling after-change-funsNoam Postavsky2016-07-22
* | Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nilEli Zaretskii2016-07-19
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* ; Improve commentary in insdel.cEli Zaretskii2016-02-13
* Update copyright year to 2016Paul Eggert2016-01-01
* Improve commentary of prepare_to_modify_buffer_1Eli Zaretskii2015-11-26
* run_undoable_changes now called from insdel.Phillip Lord2015-11-25
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* * src/*.c: Set deactivate_mark buffer-locallyStefan Monnier2015-04-13
* Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-28
|\
| * Update copyright year to 2015Paul Eggert2015-01-01
* | Count MANY function args more reliablyPaul Eggert2015-01-25
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05