summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2020-03-30Avoid assertion violation at startup in pdumped EmacsEli Zaretskii
2020-03-27Treat out-of-range positions consistentlyPaul Eggert
2020-02-07Support for (box . SIZE) 'cursor-type'Zajcev Evgeny
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-17lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero
2019-10-01Merge branch 'feature/tabs'Juri Linkov
2019-09-05Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov
2019-09-03Take last_per_buffer_idx privatePaul Eggert
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov
2019-08-21* src/buffer.c: Fix comment typo.Paul Eggert
2019-07-20Merge from emacs-26Noam Postavsky
2019-07-13; Another minor change in 'bidi-display-reordering's doc string.Eli Zaretskii
2019-07-13Improve doc string of 'bidi-display-reordering'Eli Zaretskii
2019-07-13Add warning to bidi-display-reordering doc stringStefan Kangas
2019-05-22Remove fixnum restriction on some display varsPaul Eggert
2019-05-07* src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier
2019-04-06* src/buffer.c (Fget_buffer_create): Apply booleans's eta-reductionStefan Monnier
2019-04-06Don't leave inhibit_buffer_hooks uninitializedBasil L. Contovounesios
2019-04-01Fix union Lisp_Fwd * alignment bugPaul Eggert
2019-03-30Fix a thinko in a recent commitEli Zaretskii
2019-03-30Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii
2019-03-09Merge from origin/emacs-26Glenn Morris
2019-03-08Warn against recursive invocations of 'buffer-list-update-hook' (Bug#34765)Martin Rudalics
2019-03-04Simplify list creation in C codePaul Eggert
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-22Use "file name handler" consequentlyMichael Albinus
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-11-13Act like POSIX sh if $HOME is relativePaul Eggert
2018-10-14* src/buffer.c (Fmove_overlay): Don't call Fdelete_overlayStefan Monnier
2018-09-23file-attributes cleanupPaul Eggert
2018-09-15Merge from origin/emacs-26Glenn Morris
2018-09-15Avoid adverse side effects of fixing bug#21824Eli Zaretskii
2018-08-11Turn misc objects into pseudovectorsPaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Use fixnump rather than integerp in some spotsTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-07New function record_unwind_protect_excursionPaul Eggert
2018-06-03Fix bug#30846, along with misc cleanups found along the wayStefan Monnier
2018-03-23Fix bug#30846, along with misc cleanups found along the wayStefan Monnier
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-28* src/buffer.c (Frestore_buffer_modified_p): Fix bug#29846Stefan Monnier
2017-12-28Improve documentation of 'inhibit-modification-hooks' and friendsEli Zaretskii
2017-12-16Merge from origin/emacs-26Glenn Morris
2017-12-14Fix doc-string of Fbuffer_listMartin Rudalics
2017-11-30Make truncate-lines permanently local (bug#15396)Glenn Morris
2017-11-26Improve documentation of "constant" symbolsEli Zaretskii