summaryrefslogtreecommitdiff
path: root/src/buffer.h
AgeCommit message (Expand)Author
2023-09-02Doc fixes for obsolete functions and variablesStefan Kangas
2023-02-12; Fix typo in buffer.hDaniel Martín
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-11Actually improve detection of long linesGregory Heytings
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
2021-09-22Update comments warning about GC-resistant C programmingEli Zaretskii
2021-02-15Rename minor-modes to local-minor-modesLars Ingebrigtsen
2021-02-14Add a new buffer-local variable `minor-modes'Lars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios
2020-11-19* src/buffer.h (struct buffer): Remove unused field `minor_modes`Stefan Monnier
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-04-17Prefer inline functions in character.hPaul Eggert
2020-03-31Remove `all_buffers` and the associated `next` field of buffersStefan Monnier
2020-03-27Treat out-of-range positions consistentlyPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-01Merge branch 'feature/tabs'Juri Linkov
2019-09-19Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii
2019-09-05Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov
2019-09-03Prefer functions to macros in buffer.hPaul Eggert
2019-09-03Take last_per_buffer_idx privatePaul Eggert
2019-05-07* src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert
2019-03-30Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert