aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-09-22Update comments warning about GC-resistant C programmingEli Zaretskii1-0/+11
2021-02-15Rename minor-modes to local-minor-modesLars Ingebrigtsen1-1/+1
2021-02-14Add a new buffer-local variable `minor-modes'Lars Ingebrigtsen1-0/+3
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios1-5/+5
2020-11-19* src/buffer.h (struct buffer): Remove unused field `minor_modes`Stefan Monnier1-3/+0
2020-04-17Prefer more inline functions in character.hPaul Eggert1-0/+101
2020-04-17Prefer inline functions in character.hPaul Eggert1-0/+39
2020-03-31Remove `all_buffers` and the associated `next` field of buffersStefan Monnier1-12/+0
2020-03-27Treat out-of-range positions consistentlyPaul Eggert1-0/+2
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-19Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii1-0/+6
2019-09-05Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov1-0/+4
2019-09-03Prefer functions to macros in buffer.hPaul Eggert1-266/+395
2019-09-03Take last_per_buffer_idx privatePaul Eggert1-12/+6
2019-05-07* src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier1-0/+4
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert1-8/+6
2019-03-30Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii1-0/+7
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert1-9/+9
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-21* src/buffer.h (DECODE_POSITION): Remove; unused.Paul Eggert1-22/+0
2018-08-07More macro renamings for bignumTom Tromey1-3/+3
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-3/+3
2018-06-10Use native alignment to access Lisp object dataPaul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-09Fix tool-tip display when display margins are non-zero by defaultEli Zaretskii1-0/+10
2017-11-13Change vectorlike from struct to unionPaul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-07-17Allow user control on what starts and ends a paragraph for bidiEli Zaretskii1-0/+6
2017-06-17Add command to replace buffer contentsPhilipp Stephani1-0/+9
2017-02-16* src/buffer.h: Fix indenting.Paul Eggert1-1/+2
2017-02-15casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz1-9/+9
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert1-0/+19
2016-12-12Fix point motion in cloned buffersEli Zaretskii1-0/+1
2016-09-23Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAREli Zaretskii1-11/+1
2016-09-09STRING_CHAR does not unify characters; update documentationMichal Nazarewicz1-13/+2
2016-03-10Rework C source files to avoid ^(Paul Eggert1-13/+13
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-16Make src headers idempotent and standalonePaul Eggert1-0/+8
2015-04-29Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel1-94/+94
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-6/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-09-17Fix minor problems found by static checking.Paul Eggert1-2/+3
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert1-7/+7
2014-09-02* buffer.h (decode_buffer): New function.Dmitry Antipov1-0/+7
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics1-2/+5