summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-8/+8
* Fix the return type of 'labeled_restrictions_get_bound'Gregory Heytings2023-05-131-41/+42
* Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+7
* Code cleanup for long line optimizationsGregory Heytings2023-03-291-141/+160
* Improve backward compatibility of save-restrictionGregory Heytings2023-02-141-7/+21
* Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-131-9/+9
* Save and restore the absence of narrowing locksGregory Heytings2023-02-101-6/+4
* Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-091-42/+32
* Make 'narrowing-lock' and 'narrowing-unlock' internalGregory Heytings2023-02-091-6/+8
* Fix 'save-restriction' for narrowing locksGregory Heytings2023-02-091-2/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Improve wording of 'format' doc stringEli Zaretskii2022-12-161-12/+12
* ; * src/xdisp.c (get_locked_narrowing_begv): Minor change.Gregory Heytings2022-11-271-1/+1
* ; * src/editfns.c: Minor improvements in comments.Gregory Heytings2022-11-271-2/+3
* Simplify narrowing_locks_restoreGregory Heytings2022-11-271-11/+3
* Improve handling of killed buffers in locked narrowingsGregory Heytings2022-11-271-19/+39
* Minor improvements for locked narrowingGregory Heytings2022-11-261-2/+8
* Further improvements to narrowing locksGregory Heytings2022-11-261-48/+50
* Improve locked narrowing around low-level hooks.Gregory Heytings2022-11-261-5/+6
* Save and restore narrowing locks in 'save-restriction'.Gregory Heytings2022-11-261-0/+31
* Reworked locked narrowing.Gregory Heytings2022-11-251-45/+167
* Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-10-301-51/+27
|\
| * Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-49/+18
| |\
| | * Fix `get-pos-property' for the new overlay implementation.Matt Armstrong2022-10-221-3/+13
| | * Fix a narrow-to-region vs. overlays-at bugMatt Armstrong2022-10-211-1/+1
| | * Merge 'master' into noverlayStefan Monnier2022-09-251-1913/+1064
| | |\
| | * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-50/+6
| * | | Improved format string error message (bug#58168)Mattias Engdegård2022-10-081-4/+9
| * | | Avoid assertion violations in STRING_CHAREli Zaretskii2022-10-041-1/+3
| | |/ | |/|
| * | ; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.Eli Zaretskii2022-09-081-4/+1
* | | Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-08-231-6/+6
|\ \ \ | |/ /
| * | ; Complete renaming to pos-bol and pos-eolMattias Engdegård2022-08-211-2/+2
| * | Rename newly-added eol/bol functions to pos-eol/pos-bolLars Ingebrigtsen2022-08-211-4/+4
* | | Minor improvements to locked narrowing.Gregory Heytings2022-08-211-5/+5
* | | ; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement.Gregory Heytings2022-08-211-2/+2
* | | ; * src/editfns.c (Fnarrow_to_region): Two forgotten cases.Gregory Heytings2022-08-211-0/+2
* | | Better way to protect redisplay routines from locked narrowings.Gregory Heytings2022-08-211-12/+24
* | | Fix user narrowing handling.Gregory Heytings2022-08-211-2/+19
* | | Improved locked narrowing.Gregory Heytings2022-08-201-73/+95
|/ /
* | ; * src/editfns.c (Fline_beginning_position): Remove redundant parens.Eli Zaretskii2022-08-191-1/+1
* | Add new functions eol and bolLars Ingebrigtsen2022-08-191-32/+66
* | Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-181-10/+5
* | ; Clarify documentation of "locked narrowing"Eli Zaretskii2022-08-021-2/+4
* | Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-011-22/+30
* | Make sure to preserve point across locked narrowingEli Zaretskii2022-07-301-0/+1
* | Minor improvements of recent documentation changesEli Zaretskii2022-07-291-2/+2
* | Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings2022-07-281-19/+62
* | Improve font locking in buffers with long lines (bug#56682).Gregory Heytings2022-07-221-0/+12
* | * editfns.c (Fbyte_to_string): Use `make_unibyte_string`Stefan Monnier2022-07-011-1/+1
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-4/+4