summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Stefan Kangas2023-02-121-1/+1
|\
| * ; Fix typo in buffer.hDaniel Martín2023-02-121-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Po Lu2022-12-111-11/+0
|\ \ | |/
| * Actually improve detection of long linesGregory Heytings2022-12-111-11/+0
* | Add itree_empty_p for clarity and reduced couplingMatt Armstrong2022-11-301-2/+1
|/
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-31/+80
|\
| * buffer.c: evaporate overlays in all indirect buffersStefan Monnier2022-11-051-1/+0
| * Fix a narrow-to-region vs. overlays-at bugMatt Armstrong2022-10-211-1/+1
| * Rename all exported itree.h functions with the itree_ prefixMatt Armstrong2022-10-191-2/+2
| * Prefix all itree.h type names with itree_Matt Armstrong2022-10-191-1/+1
| * Remove the ITREE_NULL macro and use NULL everywhere.Matt Armstrong2022-10-191-1/+1
| * src/textprop.c (get_char_property_and_overlay): Fix bug#58479Stefan Monnier2022-10-141-1/+1
| * Tighten up handling of `otick`Stefan Monnier2022-10-091-34/+1
| * New ITREE_FOREACH macroStefan Monnier2022-10-021-33/+0
| * itree.c: Improve division between tree and iteratorStefan Monnier2022-09-301-3/+3
| * free_buffer_overlays: Move nearer to its sole callerStefan Monnier2022-09-291-14/+0
| * Add debugging help for nested iterators (nug#58144)Gerd Möllmann2022-09-281-3/+6
| * Merge 'master' into noverlayStefan Monnier2022-09-251-337/+644
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-27/+134
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-3/+19
|\ \ \ | | |/ | |/|
| * | ; * src/buffer.h (struct buffer_text): Improve commentary.Eli Zaretskii2022-08-231-1/+3
| * | Improve detection of long lines.Gregory Heytings2022-08-231-0/+9
| * | Further tweaks to long lines handling.Gregory Heytings2022-07-201-3/+4
| * | Revert commits 1ff69cc744 and 9a894206f6.Gregory Heytings2022-07-191-6/+0
| * | Improve the heuristic for long lines detection.Gregory Heytings2022-07-181-0/+6
| * | Improvements to long lines handling.Gregory Heytings2022-07-161-0/+4
| * | Revert commit 38b3780f6e.Gregory Heytings2022-07-081-14/+0
| * | Revert commits 9ea9533f17, c0c4600ece, 7b19ce51fc, 051d2a1e36 and eb6d2fb58d.Gregory Heytings2022-07-081-16/+0
| * | Various improvements to auto-narrow mode.Gregory Heytings2022-07-061-0/+16
| * | Actually fix the long lines display bug (bug#56393).Gregory Heytings2022-07-061-0/+14
* | | Change treesit-parser-list from variable to functionYuan Fu2022-06-161-0/+4
|/ /
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Update comments warning about GC-resistant C programmingEli Zaretskii2021-09-221-0/+11
* | Rename minor-modes to local-minor-modesLars Ingebrigtsen2021-02-151-1/+1
* | Add a new buffer-local variable `minor-modes'Lars Ingebrigtsen2021-02-141-0/+3
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-5/+5
* | * src/buffer.h (struct buffer): Remove unused field `minor_modes`Stefan Monnier2020-11-191-3/+0
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-0/+101
* | Prefer inline functions in character.hPaul Eggert2020-04-171-0/+39
* | Remove `all_buffers` and the associated `next` field of buffersStefan Monnier2020-03-311-12/+0
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-271-0/+2
* | Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Merge branch 'feature/tabs'Juri Linkov2019-10-011-0/+4
|\ \
| * | Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-051-0/+4
* | | Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii2019-09-191-0/+6
* | | Prefer functions to macros in buffer.hPaul Eggert2019-09-031-266/+395
* | | Take last_per_buffer_idx privatePaul Eggert2019-09-031-12/+6
|/ /