summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-21
|\
| * buffer.c: evaporate overlays in all indirect buffersStefan Monnier2022-11-05
| * Fix a narrow-to-region vs. overlays-at bugMatt Armstrong2022-10-21
| * Rename all exported itree.h functions with the itree_ prefixMatt Armstrong2022-10-19
| * Prefix all itree.h type names with itree_Matt Armstrong2022-10-19
| * Remove the ITREE_NULL macro and use NULL everywhere.Matt Armstrong2022-10-19
| * src/textprop.c (get_char_property_and_overlay): Fix bug#58479Stefan Monnier2022-10-14
| * Tighten up handling of `otick`Stefan Monnier2022-10-09
| * New ITREE_FOREACH macroStefan Monnier2022-10-02
| * itree.c: Improve division between tree and iteratorStefan Monnier2022-09-30
| * free_buffer_overlays: Move nearer to its sole callerStefan Monnier2022-09-29
| * Add debugging help for nested iterators (nug#58144)Gerd Möllmann2022-09-28
| * Merge 'master' into noverlayStefan Monnier2022-09-25
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-04
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-29
|\ \ \ | | |/ | |/|
| * | ; * src/buffer.h (struct buffer_text): Improve commentary.Eli Zaretskii2022-08-23
| * | Improve detection of long lines.Gregory Heytings2022-08-23
| * | Further tweaks to long lines handling.Gregory Heytings2022-07-20
| * | Revert commits 1ff69cc744 and 9a894206f6.Gregory Heytings2022-07-19
| * | Improve the heuristic for long lines detection.Gregory Heytings2022-07-18
| * | Improvements to long lines handling.Gregory Heytings2022-07-16
| * | Revert commit 38b3780f6e.Gregory Heytings2022-07-08
| * | Revert commits 9ea9533f17, c0c4600ece, 7b19ce51fc, 051d2a1e36 and eb6d2fb58d.Gregory Heytings2022-07-08
| * | Various improvements to auto-narrow mode.Gregory Heytings2022-07-06
| * | Actually fix the long lines display bug (bug#56393).Gregory Heytings2022-07-06
* | | Change treesit-parser-list from variable to functionYuan Fu2022-06-16
|/ /
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Update comments warning about GC-resistant C programmingEli Zaretskii2021-09-22
* | Rename minor-modes to local-minor-modesLars Ingebrigtsen2021-02-15
* | Add a new buffer-local variable `minor-modes'Lars Ingebrigtsen2021-02-14
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* | * src/buffer.h (struct buffer): Remove unused field `minor_modes`Stefan Monnier2020-11-19
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | Prefer inline functions in character.hPaul Eggert2020-04-17
* | Remove `all_buffers` and the associated `next` field of buffersStefan Monnier2020-03-31
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-27
* | Update copyright year to 2020Paul Eggert2020-01-01
* | Merge branch 'feature/tabs'Juri Linkov2019-10-01
|\ \
| * | Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-05
* | | Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii2019-09-19
* | | Prefer functions to macros in buffer.hPaul Eggert2019-09-03
* | | Take last_per_buffer_idx privatePaul Eggert2019-09-03
|/ /
* | * src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier2019-05-07
* | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* | Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-30
* | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\ \
| * | Update copyright year to 2019Paul Eggert2019-01-01
* | | * src/buffer.h (DECODE_POSITION): Remove; unused.Paul Eggert2018-08-21