| Commit message (Expand) | Author | Age | Files | Lines |
* | ; * src/buffer.c (Fmake_indirect_buffer): Doc fix. | Eli Zaretskii | 2024-03-01 | 1 | -2/+8 |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088). | Eli Zaretskii | 2023-12-28 | 1 | -2/+2 |
* | (report_overlay_modification): Fix bug#65929 | Stefan Monnier | 2023-09-13 | 1 | -1/+1 |
* | Remove labeled restrictions before calling Fwiden | Gregory Heytings | 2023-03-29 | 1 | -0/+1 |
* | * src/buffer.c (mode-line-format): Document %o and %q constructs | Phil Sainty | 2023-03-26 | 1 | -0/+3 |
* | * src/buffer.c (mode-line-format): Remove docs for obsolete %t construct | Phil Sainty | 2023-03-26 | 1 | -1/+0 |
* | Rename with/without-narrowing to with/without-restriction | Eli Zaretskii | 2023-02-13 | 1 | -2/+2 |
* | Update the documentation about labeled (locked) narrowing | Gregory Heytings | 2023-02-09 | 1 | -17/+18 |
* | Rename two long line optimizations variables | Gregory Heytings | 2023-02-09 | 1 | -6/+6 |
* | Improve documentation of 'header-line-indent-mode' | Eli Zaretskii | 2023-02-03 | 1 | -2/+2 |
* | Fix buffer-list-update-hook for indirect buffers | Basil L. Contovounesios | 2023-01-17 | 1 | -5/+5 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | ; Fix last changes in buffer.c | Eli Zaretskii | 2022-12-16 | 1 | -0/+1 |
* | A better fix for bug#60096 | Eli Zaretskii | 2022-12-16 | 1 | -1/+12 |
* | Update the documentation of overlays (bug#59996) | Eli Zaretskii | 2022-12-14 | 1 | -6/+11 |
* | Actually improve detection of long lines | Gregory Heytings | 2022-12-11 | 1 | -1/+0 |
* | Merge branch 'feature/improved-locked-narrowing' | Gregory Heytings | 2022-11-27 | 1 | -1/+36 |
|\ |
|
| * | Docstring improvements | Gregory Heytings | 2022-11-26 | 1 | -1/+3 |
| * | Improve locked narrowing around low-level hooks. | Gregory Heytings | 2022-11-26 | 1 | -1/+34 |
* | | Merge remote-tracking branch 'savannah/master' into feature/tree-sitter | Yuan Fu | 2022-11-21 | 1 | -1043/+485 |
|\| |
|
| * | itree: Make sure a deleted overlay has NULL pointer fields | Stefan Monnier | 2022-11-18 | 1 | -10/+7 |
| * | itree.c: Get rid of the old iterator code | Stefan Monnier | 2022-11-17 | 1 | -10/+2 |
| * | ; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067) | Eli Zaretskii | 2022-11-10 | 1 | -1/+3 |
| * | buffer.c: evaporate overlays in all indirect buffers | Stefan Monnier | 2022-11-05 | 1 | -22/+29 |
| * | Minor tweaks to the fix for `insert-before-markers' overlay fix | Matt Armstrong | 2022-11-05 | 1 | -1/+2 |
| * | Pacify gcc -Wanalyzer-null-dereference | Paul Eggert | 2022-11-04 | 1 | -1/+1 |
| * | itree: Reproduce markers's behavior more faithfully (bug#58928) | Stefan Monnier | 2022-11-03 | 1 | -4/+4 |
| * | Port interval trees to --enable-checking=structs | Basil L. Contovounesios | 2022-11-03 | 1 | -1/+1 |
| * | src/buffer.c: Fix interaction between overlays & indirect buffers (bug#58928) | Stefan Monnier | 2022-11-01 | 1 | -8/+26 |
| * | Merge remote-tracking branch 'origin/feature/noverlay' | Stefan Monnier | 2022-10-28 | 1 | -1040/+465 |
| |\ |
|
| | * | Fix a narrow-to-region vs. overlays-at bug | Matt Armstrong | 2022-10-21 | 1 | -10/+21 |
| | * | Fix handling of overlays that begin at END in 'overlays_in' | Matt Armstrong | 2022-10-21 | 1 | -4/+7 |
| | * | Rename all exported itree.h functions with the itree_ prefix | Matt Armstrong | 2022-10-19 | 1 | -13/+13 |
| | * | Prefix all itree.h type names with itree_ | Matt Armstrong | 2022-10-19 | 1 | -20/+20 |
| | * | ; * src/buffer.c (set_overlay_region): remove unused function. | Matt Armstrong | 2022-10-19 | 1 | -9/+0 |
| | * | Tighten up handling of `otick` | Stefan Monnier | 2022-10-09 | 1 | -16/+42 |
| | * | Merge remote-tracking branch 'origin/feature/noverlay' into noverlay | Stefan Monnier | 2022-10-02 | 1 | -6/+6 |
| | |\ |
|
| | | * | Make it compile with ITREE_DEBUG defined | Gerd Möllmann | 2022-10-01 | 1 | -6/+6 |
| | * | | New ITREE_FOREACH macro | Stefan Monnier | 2022-10-02 | 1 | -56/+41 |
| | |/ |
|
| | * | itree.c: Improve division between tree and iterator | Stefan Monnier | 2022-09-30 | 1 | -0/+8 |
| | * | free_buffer_overlays: Move nearer to its sole caller | Stefan Monnier | 2022-09-29 | 1 | -0/+12 |
| | * | itree.[ch]: Add sanity checks, comments, and minor tweaks | Stefan Monnier | 2022-09-28 | 1 | -2/+2 |
| | * | * src/buffer.c (overlays_in): Fix confusion Z-vs-ZV | Stefan Monnier | 2022-09-25 | 1 | -2/+2 |
| | * | Merge 'master' into noverlay | Stefan Monnier | 2022-09-25 | 1 | -477/+701 |
| | |\
| | |/
| |/| |
|
| | * | Remove redundant checks for the empty overlay tree | Andreas Politz | 2017-10-09 | 1 | -46/+17 |
| | * | Adapt overlays when multibyteness changes | Andreas Politz | 2017-10-06 | 1 | -0/+52 |
| | * | Provide a new tree data-structure for overlays. | Andreas Politz | 2017-10-04 | 1 | -1052/+406 |
* | | | Merge remote-tracking branch 'origin/master' into feature/tree-sitter | Yuan Fu | 2022-08-29 | 1 | -32/+80 |
|\| | |
|
| * | | Improve detection of long lines. | Gregory Heytings | 2022-08-23 | 1 | -0/+1 |