aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-30Fix the unexec build on MS-WindowsEli Zaretskii1-2/+9
2021-04-30Improve doc string of 'tab-width'.Eli Zaretskii1-3/+6
2021-03-09* src/buffer.c (Fbuffer_swap_text): Swap `mark-active` as wellStefan Monnier1-0/+1
2021-03-04Call the set_buffer_overlays_ settersMatt Armstrong1-2/+2
2021-02-15Rename minor-modes to local-minor-modesLars Ingebrigtsen1-6/+7
2021-02-14Add a new buffer-local variable `minor-modes'Lars Ingebrigtsen1-0/+13
2021-01-10Add functions to open a file without quitting.Philipp Stephani1-1/+1
2021-01-04* lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier1-7/+0
2021-01-03* src/buffer.c (Fset_buffer_multibyte): Remove dead codeStefan Monnier1-5/+0
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-38/+50
2020-12-17Fix my two most common causes of all windows/frames redisplayStefan Monnier1-1/+1
2020-11-30; * src/buffer.c: Fix comment describing 'buffer_defaults'.Eli Zaretskii1-2/+3
2020-11-19* src/buffer.h (struct buffer): Remove unused field `minor_modes`Stefan Monnier1-7/+0
2020-10-27* src/buffer.c (syms_of_buffer) <fill-column>: Improve doc string.Eli Zaretskii1-0/+3
2020-08-03Simplify use of __lsan_ignore_objectPaul Eggert1-6/+0
2020-08-01Use a more precise check for '__lsan_ignore_object'Philipp Stephani1-1/+1
2020-08-01Suppress leak detector in some casesPhilipp Stephani1-0/+7
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