summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAge
* Disallow creation of circular variable alias chainsMattias EngdegÄrd2023-04-14
* * src/buffer.c (mode-line-format): Reorder and reformat %-construct docsPhil Sainty2023-03-27
* * src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty2023-03-27
* * src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty2023-03-27
* Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-13
* Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-09
* Rename two long line optimizations variablesGregory Heytings2023-02-09
* Improve documentation of 'header-line-indent-mode'Eli Zaretskii2023-02-03
* Fix buffer-list-update-hook for indirect buffersBasil L. Contovounesios2023-01-17
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix last changes in buffer.cEli Zaretskii2022-12-16
* A better fix for bug#60096Eli Zaretskii2022-12-16
* Update the documentation of overlays (bug#59996)Eli Zaretskii2022-12-14
* Actually improve detection of long linesGregory Heytings2022-12-11
* Merge branch 'feature/improved-locked-narrowing'Gregory Heytings2022-11-27
|\
| * Docstring improvementsGregory Heytings2022-11-26
| * Improve locked narrowing around low-level hooks.Gregory Heytings2022-11-26
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-21
|\|
| * itree: Make sure a deleted overlay has NULL pointer fieldsStefan Monnier2022-11-18
| * itree.c: Get rid of the old iterator codeStefan Monnier2022-11-17
| * ; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067)Eli Zaretskii2022-11-10
| * buffer.c: evaporate overlays in all indirect buffersStefan Monnier2022-11-05
| * Minor tweaks to the fix for `insert-before-markers' overlay fixMatt Armstrong2022-11-05
| * Pacify gcc -Wanalyzer-null-dereferencePaul Eggert2022-11-04
| * itree: Reproduce markers's behavior more faithfully (bug#58928)Stefan Monnier2022-11-03
| * Port interval trees to --enable-checking=structsBasil L. Contovounesios2022-11-03
| * src/buffer.c: Fix interaction between overlays & indirect buffers (bug#58928)Stefan Monnier2022-11-01
| * Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-28
| |\
| | * Fix a narrow-to-region vs. overlays-at bugMatt Armstrong2022-10-21
| | * Fix handling of overlays that begin at END in 'overlays_in'Matt Armstrong2022-10-21
| | * Rename all exported itree.h functions with the itree_ prefixMatt Armstrong2022-10-19
| | * Prefix all itree.h type names with itree_Matt Armstrong2022-10-19
| | * ; * src/buffer.c (set_overlay_region): remove unused function.Matt Armstrong2022-10-19
| | * Tighten up handling of `otick`Stefan Monnier2022-10-09
| | * Merge remote-tracking branch 'origin/feature/noverlay' into noverlayStefan Monnier2022-10-02
| | |\
| | | * Make it compile with ITREE_DEBUG definedGerd Möllmann2022-10-01
| | * | New ITREE_FOREACH macroStefan Monnier2022-10-02
| | |/
| | * itree.c: Improve division between tree and iteratorStefan Monnier2022-09-30
| | * free_buffer_overlays: Move nearer to its sole callerStefan Monnier2022-09-29
| | * itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier2022-09-28
| | * * src/buffer.c (overlays_in): Fix confusion Z-vs-ZVStefan Monnier2022-09-25
| | * Merge 'master' into noverlayStefan Monnier2022-09-25
| | |\ | | |/ | |/|
| | * Remove redundant checks for the empty overlay treeAndreas Politz2017-10-09
| | * Adapt overlays when multibyteness changesAndreas Politz2017-10-06
| | * Provide a new tree data-structure for overlays.Andreas Politz2017-10-04
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-29
|\| |
| * | Improve detection of long lines.Gregory Heytings2022-08-23
| * | * src/buffer.c (Frename_buffer): Fix bug#56693Stefan Monnier2022-08-16
| * | Work around Bug#57211Paul Eggert2022-08-14
| * | Speed up display of long lines under 'truncate-lines'Eli Zaretskii2022-08-13