summaryrefslogtreecommitdiff
path: root/src/buffer.h
AgeCommit message (Expand)Author
2026-01-25; * src/buffer.h: Mention indirect buffers in 'buffer_window_count' commentMartin Rudalics
2026-01-24Support cons cell for 'line-spacing'Daniel Mendler
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-07-21insert-file-contents st_size cleanupPaul Eggert
2025-05-03Add line-column tracking for tree-sitterYuan Fu
2025-03-28Miscellaneous correctionsPo Lu
2025-01-01Update copyright year to 2025Paul Eggert
2024-03-15Further adjustments for restoring killed buffer windows (Bug#68235)Martin Rudalics
2024-02-05Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko
2023-09-09Merge from origin/emacs-29Eli Zaretskii
2023-09-02Doc fixes for obsolete functions and variablesStefan Kangas
2023-02-15Update Android portPo Lu
2023-02-12Merge from origin/emacs-29Stefan Kangas
2023-02-12; Fix typo in buffer.hDaniel Martín
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-11Merge from origin/emacs-29Po Lu
2022-12-11Actually improve detection of long linesGregory Heytings
2022-11-30Add itree_empty_p for clarity and reduced couplingMatt Armstrong
2022-11-21Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu
2022-11-05buffer.c: evaporate overlays in all indirect buffersStefan Monnier
2022-10-21Fix a narrow-to-region vs. overlays-at bugMatt 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-19Remove the ITREE_NULL macro and use NULL everywhere.Matt Armstrong
2022-10-14src/textprop.c (get_char_property_and_overlay): Fix bug#58479Stefan Monnier
2022-10-09Tighten up handling of `otick`Stefan Monnier
2022-10-02New ITREE_FOREACH macroStefan Monnier
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-28Add debugging help for nested iterators (nug#58144)Gerd Möllmann
2022-09-25Merge 'master' into noverlayStefan Monnier
2022-08-29Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu
2022-08-23; * src/buffer.h (struct buffer_text): Improve commentary.Eli Zaretskii
2022-08-23Improve detection of long lines.Gregory Heytings
2022-07-20Further tweaks to long lines handling.Gregory Heytings
2022-07-19Revert commits 1ff69cc744 and 9a894206f6.Gregory Heytings
2022-07-18Improve the heuristic for long lines detection.Gregory Heytings
2022-07-16Improvements to long lines handling.Gregory Heytings
2022-07-08Revert commit 38b3780f6e.Gregory Heytings
2022-07-08Revert commits 9ea9533f17, c0c4600ece, 7b19ce51fc, 051d2a1e36 and eb6d2fb58d.Gregory Heytings
2022-07-06Various improvements to auto-narrow mode.Gregory Heytings
2022-07-06Actually fix the long lines display bug (bug#56393).Gregory Heytings
2022-06-16Change treesit-parser-list from variable to functionYuan Fu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii