index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
insdel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
buffer.c: evaporate overlays in all indirect buffers
Stefan Monnier
2022-11-05
1
-11
/
+7
*
itree: Reproduce markers's behavior more faithfully (bug#58928)
Stefan Monnier
2022-11-03
1
-31
/
+10
*
Merge 'master' into noverlay
Stefan Monnier
2022-09-25
1
-61
/
+123
|
\
|
*
Merge branch 'feature/fix-the-long-lines-display-bug'
Gregory Heytings
2022-07-21
1
-9
/
+9
|
|
\
|
|
*
Simplified and improved heuristic for long lines detection.
Gregory Heytings
2022-07-19
1
-9
/
+9
|
*
|
Update buffer's chars-modified tick when inserting from gap
Eli Zaretskii
2022-07-21
1
-0
/
+1
|
|
/
|
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-3
/
+3
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
*
Adjust how `replace-match' runs modification hooks
Lars Ingebrigtsen
2021-07-31
1
-3
/
+6
|
*
Further cleanup for file locks
Michael Albinus
2021-07-09
1
-1
/
+1
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
|
*
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-1
/
+1
|
*
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-4
/
+3
|
*
Clarify documentation on inhibit-modification-hooks intended usage
Štěpán Němec
2020-04-13
1
-1
/
+7
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
|
*
Avoid crashes when casifying noncontiguous regions
Paul Eggert
2019-09-22
1
-3
/
+1
|
*
Fix calls to insert-*-hooks when JIT font lock is active
Eli Zaretskii
2019-09-19
1
-1
/
+10
|
*
* src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.
Stefan Monnier
2019-07-02
1
-15
/
+38
|
*
Make combine-after-change-calls work in the common case again
Stefan Monnier
2019-05-06
1
-1
/
+12
|
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-1
/
+1
|
*
Widen modiff counts to avoid wraparound
Paul Eggert
2019-01-31
1
-9
/
+9
|
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-0
/
+9
|
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
|
|
*
Centralize Bug#30931 fix
Paul Eggert
2018-06-03
1
-5
/
+2
|
|
*
Fix another case of freed markers in the undo-list (Bug#30931)
Noam Postavsky
2018-06-03
1
-2
/
+5
|
*
|
Use "file name handler" consequently
Michael Albinus
2018-12-22
1
-1
/
+1
|
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-3
/
+3
|
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-14
/
+14
|
*
|
Centralize Bug#30931 fix
Paul Eggert
2018-03-30
1
-5
/
+2
|
*
|
Fix another case of freed markers in the undo-list (Bug#30931)
Noam Postavsky
2018-03-30
1
-2
/
+5
|
|
/
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
|
*
Improve documentation of 'inhibit-modification-hooks' and friends
Eli Zaretskii
2017-12-28
1
-1
/
+4
*
|
Provide a new tree data-structure for overlays.
Andreas Politz
2017-10-04
1
-12
/
+0
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Fix bidi paragraph direction when inserting text at newline
Eli Zaretskii
2017-03-13
1
-4
/
+7
*
; Spelling fixes
Paul Eggert
2017-03-05
1
-1
/
+1
*
* src/insdel.c (make_gap): Improve comment.
Stefan Monnier
2017-02-20
1
-1
/
+3
*
; * src/insdel.c: State file encoding explicitly.
Eli Zaretskii
2017-02-20
1
-1
/
+1
*
* src/insdel.c (make_gap): Increase enough to avoid O(N^2) behavior.
Stefan Monnier
2017-02-19
1
-1
/
+14
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-6
/
+6
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
* src/fileio.c (Finsert_file_contents): Fix hook handling (bug#24340)
Stefan Monnier
2016-10-03
1
-18
/
+17
*
|
Merge from origin/emacs-25
Paul Eggert
2016-08-05
1
-2
/
+8
|
\
|
|
*
Adjust match data before calling after-change-funs
Noam Postavsky
2016-07-22
1
-2
/
+8
*
|
Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nil
Eli Zaretskii
2016-07-19
1
-4
/
+98
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
; Improve commentary in insdel.c
Eli Zaretskii
2016-02-13
1
-4
/
+14
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
[next]