summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2023-09-13(report_overlay_modification): Fix bug#65929Stefan Monnier
2023-03-29Remove labeled restrictions before calling FwidenGregory Heytings
2023-03-26* src/buffer.c (mode-line-format): Document %o and %q constructsPhil Sainty
2023-03-26* src/buffer.c (mode-line-format): Remove docs for obsolete %t constructPhil Sainty
2023-02-13Rename with/without-narrowing to with/without-restrictionEli Zaretskii
2023-02-09Update the documentation about labeled (locked) narrowingGregory Heytings
2023-02-09Rename two long line optimizations variablesGregory Heytings
2023-02-03Improve documentation of 'header-line-indent-mode'Eli Zaretskii
2023-01-17Fix buffer-list-update-hook for indirect buffersBasil L. Contovounesios
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-16; Fix last changes in buffer.cEli Zaretskii
2022-12-16A better fix for bug#60096Eli Zaretskii
2022-12-14Update the documentation of overlays (bug#59996)Eli Zaretskii
2022-12-11Actually improve detection of long linesGregory Heytings
2022-11-27Merge branch 'feature/improved-locked-narrowing'Gregory Heytings
2022-11-26Docstring improvementsGregory Heytings
2022-11-26Improve locked narrowing around low-level hooks.Gregory Heytings
2022-11-21Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu
2022-11-18itree: Make sure a deleted overlay has NULL pointer fieldsStefan Monnier
2022-11-17itree.c: Get rid of the old iterator codeStefan Monnier
2022-11-10; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067)Eli Zaretskii
2022-11-05buffer.c: evaporate overlays in all indirect buffersStefan Monnier
2022-11-05Minor tweaks to the fix for `insert-before-markers' overlay fixMatt Armstrong
2022-11-04Pacify gcc -Wanalyzer-null-dereferencePaul Eggert
2022-11-03itree: Reproduce markers's behavior more faithfully (bug#58928)Stefan Monnier
2022-11-03Port interval trees to --enable-checking=structsBasil L. Contovounesios
2022-11-01src/buffer.c: Fix interaction between overlays & indirect buffers (bug#58928)Stefan Monnier
2022-10-28Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier
2022-10-21Fix a narrow-to-region vs. overlays-at bugMatt Armstrong
2022-10-21Fix handling of overlays that begin at END in 'overlays_in'Matt Armstrong
2022-10-19Rename all exported itree.h functions with the itree_ prefixMatt Armstrong
2022-10-19Prefix all itree.h type names with itree_Matt Armstrong
2022-10-19; * src/buffer.c (set_overlay_region): remove unused function.Matt Armstrong
2022-10-09Tighten up handling of `otick`Stefan Monnier
2022-10-02Merge remote-tracking branch 'origin/feature/noverlay' into noverlayStefan Monnier
2022-10-02New ITREE_FOREACH macroStefan Monnier
2022-10-01Make it compile with ITREE_DEBUG definedGerd Möllmann
2022-09-30itree.c: Improve division between tree and iteratorStefan Monnier
2022-09-29free_buffer_overlays: Move nearer to its sole callerStefan Monnier
2022-09-28itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier
2022-09-25* src/buffer.c (overlays_in): Fix confusion Z-vs-ZVStefan Monnier
2022-09-25Merge 'master' into noverlayStefan Monnier
2022-08-29Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu
2022-08-23Improve detection of long lines.Gregory Heytings
2022-08-16* src/buffer.c (Frename_buffer): Fix bug#56693Stefan Monnier
2022-08-14Work around Bug#57211Paul Eggert
2022-08-13Speed up display of long lines under 'truncate-lines'Eli Zaretskii
2022-08-01Fix forgotten initialization for long line optimizations.Gregory Heytings
2022-07-21; Clarify doc string of 'long-line-threshold'Eli Zaretskii
2022-07-21Merge branch 'feature/fix-the-long-lines-display-bug'Gregory Heytings