index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
editfns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify 'without-restriction'
Gregory Heytings
2024-01-15
1
-8
/
+8
*
Fix blunder in labeled_narrow_to_region
Gregory Heytings
2024-01-14
1
-1
/
+1
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; * src/editfns.c (Fline_beginning_position): Doc fix.
Eli Zaretskii
2023-11-16
1
-0
/
+1
*
Simplify after adding internal function to enter a labeled restriction
Gregory Heytings
2023-07-06
1
-39
/
+14
*
Add internal function to enter a labeled restriction
Gregory Heytings
2023-07-06
1
-9
/
+20
*
Add missing calls to treesit_record_change in editfns.c
Yuan Fu
2023-06-29
1
-0
/
+16
*
Call treesit_record_change in subst-char-in-region (bug#64329)
Yuan Fu
2023-06-29
1
-0
/
+13
*
Fix the return type of 'labeled_restrictions_get_bound'
Gregory Heytings
2023-05-13
1
-41
/
+42
*
Remove labeled restrictions before calling Fwiden
Gregory Heytings
2023-03-29
1
-0
/
+7
*
Code cleanup for long line optimizations
Gregory Heytings
2023-03-29
1
-141
/
+160
*
Improve backward compatibility of save-restriction
Gregory Heytings
2023-02-14
1
-7
/
+21
*
Rename with/without-narrowing to with/without-restriction
Eli Zaretskii
2023-02-13
1
-9
/
+9
*
Save and restore the absence of narrowing locks
Gregory Heytings
2023-02-10
1
-6
/
+4
*
Update the documentation about labeled (locked) narrowing
Gregory Heytings
2023-02-09
1
-42
/
+32
*
Make 'narrowing-lock' and 'narrowing-unlock' internal
Gregory Heytings
2023-02-09
1
-6
/
+8
*
Fix 'save-restriction' for narrowing locks
Gregory Heytings
2023-02-09
1
-2
/
+2
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Improve wording of 'format' doc string
Eli Zaretskii
2022-12-16
1
-12
/
+12
*
; * src/xdisp.c (get_locked_narrowing_begv): Minor change.
Gregory Heytings
2022-11-27
1
-1
/
+1
*
; * src/editfns.c: Minor improvements in comments.
Gregory Heytings
2022-11-27
1
-2
/
+3
*
Simplify narrowing_locks_restore
Gregory Heytings
2022-11-27
1
-11
/
+3
*
Improve handling of killed buffers in locked narrowings
Gregory Heytings
2022-11-27
1
-19
/
+39
*
Minor improvements for locked narrowing
Gregory Heytings
2022-11-26
1
-2
/
+8
*
Further improvements to narrowing locks
Gregory Heytings
2022-11-26
1
-48
/
+50
*
Improve locked narrowing around low-level hooks.
Gregory Heytings
2022-11-26
1
-5
/
+6
*
Save and restore narrowing locks in 'save-restriction'.
Gregory Heytings
2022-11-26
1
-0
/
+31
*
Reworked locked narrowing.
Gregory Heytings
2022-11-25
1
-45
/
+167
*
Merge master into feature/improved-locked-narrowing.
Gregory Heytings
2022-10-30
1
-51
/
+27
|
\
|
*
Merge remote-tracking branch 'origin/feature/noverlay'
Stefan Monnier
2022-10-28
1
-49
/
+18
|
|
\
|
|
*
Fix `get-pos-property' for the new overlay implementation.
Matt Armstrong
2022-10-22
1
-3
/
+13
|
|
*
Fix a narrow-to-region vs. overlays-at bug
Matt Armstrong
2022-10-21
1
-1
/
+1
|
|
*
Merge 'master' into noverlay
Stefan Monnier
2022-09-25
1
-1913
/
+1064
|
|
|
\
|
|
*
|
Provide a new tree data-structure for overlays.
Andreas Politz
2017-10-04
1
-50
/
+6
|
*
|
|
Improved format string error message (bug#58168)
Mattias Engdegård
2022-10-08
1
-4
/
+9
|
*
|
|
Avoid assertion violations in STRING_CHAR
Eli Zaretskii
2022-10-04
1
-1
/
+3
|
|
|
/
|
|
/
|
|
*
|
; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.
Eli Zaretskii
2022-09-08
1
-4
/
+1
*
|
|
Merge master into feature/improved-locked-narrowing.
Gregory Heytings
2022-08-23
1
-6
/
+6
|
\
|
|
|
*
|
; Complete renaming to pos-bol and pos-eol
Mattias Engdegård
2022-08-21
1
-2
/
+2
|
*
|
Rename newly-added eol/bol functions to pos-eol/pos-bol
Lars Ingebrigtsen
2022-08-21
1
-4
/
+4
*
|
|
Minor improvements to locked narrowing.
Gregory Heytings
2022-08-21
1
-5
/
+5
*
|
|
; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement.
Gregory Heytings
2022-08-21
1
-2
/
+2
*
|
|
; * src/editfns.c (Fnarrow_to_region): Two forgotten cases.
Gregory Heytings
2022-08-21
1
-0
/
+2
*
|
|
Better way to protect redisplay routines from locked narrowings.
Gregory Heytings
2022-08-21
1
-12
/
+24
*
|
|
Fix user narrowing handling.
Gregory Heytings
2022-08-21
1
-2
/
+19
*
|
|
Improved locked narrowing.
Gregory Heytings
2022-08-20
1
-73
/
+95
|
/
/
*
|
; * src/editfns.c (Fline_beginning_position): Remove redundant parens.
Eli Zaretskii
2022-08-19
1
-1
/
+1
*
|
Add new functions eol and bol
Lars Ingebrigtsen
2022-08-19
1
-32
/
+66
*
|
Copy-edit doc strings and comments wrt bignum and fixnum
Mattias Engdegård
2022-08-18
1
-10
/
+5
*
|
; Clarify documentation of "locked narrowing"
Eli Zaretskii
2022-08-02
1
-2
/
+4
[next]