summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* ; * 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
* ; 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
|/
* * src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier2019-05-071-0/+4
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-8/+6
* Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-301-0/+7
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-9/+9
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * src/buffer.h (DECODE_POSITION): Remove; unused.Paul Eggert2018-08-211-22/+0
* | More macro renamings for bignumTom Tromey2018-08-071-3/+3
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-3/+3
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix tool-tip display when display margins are non-zero by defaultEli Zaretskii2017-12-091-0/+10
* Change vectorlike from struct to unionPaul Eggert2017-11-131-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Allow user control on what starts and ends a paragraph for bidiEli Zaretskii2017-07-171-0/+6
* Add command to replace buffer contentsPhilipp Stephani2017-06-171-0/+9
* * src/buffer.h: Fix indenting.Paul Eggert2017-02-161-1/+2
* casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz2017-02-151-9/+9
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+19
* | Fix point motion in cloned buffersEli Zaretskii2016-12-121-0/+1
* | Merge branch 'concurrency'Eli Zaretskii2016-12-041-4/+0
|\ \