aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-18Restore buffer-undo-list to buffer-local-variablesGlenn Morris1-10/+30
2020-04-20Fix string-to-multibyte overlong sequence bugPaul Eggert1-2/+1
2020-04-17Prefer more inline functions in character.hPaul Eggert1-5/+3
2020-04-03; * src/buffer.c (syms_of_buffer) <inhibit-read-only>: Doc fix.Eli Zaretskii1-4/+4
2020-03-31Remove `all_buffers` and the associated `next` field of buffersStefan Monnier1-30/+25
2020-03-30Avoid assertion violation at startup in pdumped EmacsEli Zaretskii1-11/+0
2020-03-27Treat out-of-range positions consistentlyPaul Eggert1-7/+25
2020-02-07Support for (box . SIZE) 'cursor-type'Zajcev Evgeny1-0/+3
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-10-17lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero1-1/+1
2019-09-05Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov1-0/+14
2019-09-03Take last_per_buffer_idx privatePaul Eggert1-1/+7
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov1-1/+1
2019-08-21* src/buffer.c: Fix comment typo.Paul Eggert1-1/+1
2019-07-13; Another minor change in 'bidi-display-reordering's doc string.Eli Zaretskii1-2/+2
2019-07-13Improve doc string of 'bidi-display-reordering'Eli Zaretskii1-1/+4
2019-07-13Add warning to bidi-display-reordering doc stringStefan Kangas1-2/+3
2019-05-22Remove fixnum restriction on some display varsPaul Eggert1-11/+11
2019-05-07* src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier1-1/+4
2019-04-06* src/buffer.c (Fget_buffer_create): Apply booleans's eta-reductionStefan Monnier1-6/+4
2019-04-06Don't leave inhibit_buffer_hooks uninitializedBasil L. Contovounesios1-0/+2
2019-04-01Fix union Lisp_Fwd * alignment bugPaul Eggert1-4/+4
2019-03-30Fix a thinko in a recent commitEli Zaretskii1-4/+6
2019-03-30Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii1-8/+16
2019-03-08Warn against recursive invocations of 'buffer-list-update-hook' (Bug#34765)Martin Rudalics1-3/+5
2019-03-04Simplify list creation in C codePaul Eggert1-1/+1
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert1-11/+14
2019-01-15Add portable dumperDaniel Colascione1-16/+52
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-22Use "file name handler" consequentlyMichael Albinus1-1/+1
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-2/+1
2018-11-13Act like POSIX sh if $HOME is relativePaul Eggert1-19/+9
2018-10-14* src/buffer.c (Fmove_overlay): Don't call Fdelete_overlayStefan Monnier1-1/+21
2018-09-23file-attributes cleanupPaul Eggert1-5/+5
2018-09-15Avoid adverse side effects of fixing bug#21824Eli Zaretskii1-18/+6
2018-08-11Turn misc objects into pseudovectorsPaul Eggert1-140/+110
2018-08-07More macro renamings for bignumTom Tromey1-29/+29
2018-07-12Use fixnump rather than integerp in some spotsTom Tromey1-11/+11
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-66/+66
2018-06-07New function record_unwind_protect_excursionPaul Eggert1-1/+1
2018-06-03Fix bug#30846, along with misc cleanups found along the wayStefan Monnier1-36/+19
2018-03-23Fix bug#30846, along with misc cleanups found along the wayStefan Monnier1-36/+19
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-28* src/buffer.c (Frestore_buffer_modified_p): Fix bug#29846Stefan Monnier1-9/+11
2017-12-28Improve documentation of 'inhibit-modification-hooks' and friendsEli Zaretskii1-2/+10
2017-12-14Fix doc-string of Fbuffer_listMartin Rudalics1-3/+3
2017-11-30Make truncate-lines permanently local (bug#15396)Glenn Morris1-1/+3
2017-11-26Improve documentation of "constant" symbolsEli Zaretskii1-0/+2
2017-11-25Work around GCC bug 80776 on Fedora 27 x86Paul Eggert1-1/+5
2017-11-22* lisp/bindings.el (buffer-file-coding-system):Glenn Morris1-0/+2