summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
* Work around GCC bug 109847 in buffer.cPaul Eggert2023-05-141-0/+8
* Merge from origin/emacs-29Eli Zaretskii2023-05-131-0/+1
|\
| * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+1
| * * src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty2023-03-261-0/+3
| * * src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty2023-03-261-1/+0
* | Disallow creation of circular variable alias chainsMattias EngdegÄrd2023-04-141-1/+1
* | * src/buffer.c (mode-line-format): Reorder and reformat %-construct docsPhil Sainty2023-03-271-14/+17
* | * src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty2023-03-271-0/+3
* | * src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty2023-03-271-1/+0
|/
* Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-131-2/+2
* Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-091-17/+18
* Rename two long line optimizations variablesGregory Heytings2023-02-091-6/+6
* Improve documentation of 'header-line-indent-mode'Eli Zaretskii2023-02-031-2/+2
* Fix buffer-list-update-hook for indirect buffersBasil L. Contovounesios2023-01-171-5/+5
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix last changes in buffer.cEli Zaretskii2022-12-161-0/+1
* A better fix for bug#60096Eli Zaretskii2022-12-161-1/+12
* Update the documentation of overlays (bug#59996)Eli Zaretskii2022-12-141-6/+11
* Actually improve detection of long linesGregory Heytings2022-12-111-1/+0
* Merge branch 'feature/improved-locked-narrowing'Gregory Heytings2022-11-271-1/+36
|\
| * Docstring improvementsGregory Heytings2022-11-261-1/+3
| * Improve locked narrowing around low-level hooks.Gregory Heytings2022-11-261-1/+34
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-1043/+485
|\ \ | |/
| * itree: Make sure a deleted overlay has NULL pointer fieldsStefan Monnier2022-11-181-10/+7
| * itree.c: Get rid of the old iterator codescratch/noverlayStefan Monnier2022-11-171-10/+2
| * ; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067)Eli Zaretskii2022-11-101-1/+3
| * buffer.c: evaporate overlays in all indirect buffersStefan Monnier2022-11-051-22/+29
| * Minor tweaks to the fix for `insert-before-markers' overlay fixMatt Armstrong2022-11-051-1/+2
| * Pacify gcc -Wanalyzer-null-dereferencePaul Eggert2022-11-041-1/+1
| * itree: Reproduce markers's behavior more faithfully (bug#58928)Stefan Monnier2022-11-031-4/+4
| * Port interval trees to --enable-checking=structsBasil L. Contovounesios2022-11-031-1/+1
| * src/buffer.c: Fix interaction between overlays & indirect buffers (bug#58928)Stefan Monnier2022-11-011-8/+26
| * Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-1040/+465
| |\
| | * Fix a narrow-to-region vs. overlays-at bugMatt Armstrong2022-10-211-10/+21
| | * Fix handling of overlays that begin at END in 'overlays_in'Matt Armstrong2022-10-211-4/+7
| | * Rename all exported itree.h functions with the itree_ prefixMatt Armstrong2022-10-191-13/+13
| | * Prefix all itree.h type names with itree_Matt Armstrong2022-10-191-20/+20
| | * ; * src/buffer.c (set_overlay_region): remove unused function.Matt Armstrong2022-10-191-9/+0
| | * Tighten up handling of `otick`Stefan Monnier2022-10-091-16/+42
| | * Merge remote-tracking branch 'origin/feature/noverlay' into noverlayStefan Monnier2022-10-021-6/+6
| | |\
| | | * Make it compile with ITREE_DEBUG definedGerd Möllmann2022-10-011-6/+6
| | * | New ITREE_FOREACH macroStefan Monnier2022-10-021-56/+41
| | |/
| | * itree.c: Improve division between tree and iteratorStefan Monnier2022-09-301-0/+8
| | * free_buffer_overlays: Move nearer to its sole callerStefan Monnier2022-09-291-0/+12
| | * itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier2022-09-281-2/+2
| | * * src/buffer.c (overlays_in): Fix confusion Z-vs-ZVStefan Monnier2022-09-251-2/+2
| | * Merge 'master' into noverlayStefan Monnier2022-09-251-477/+701
| | |\ | | |/ | |/|
| | * Remove redundant checks for the empty overlay treefeature/noverlayAndreas Politz2017-10-091-46/+17
| | * Adapt overlays when multibyteness changesAndreas Politz2017-10-061-0/+52