summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAge
* Simplify use of __lsan_ignore_objectPaul Eggert2020-08-03
* Use a more precise check for '__lsan_ignore_object'Philipp Stephani2020-08-01
* Suppress leak detector in some casesPhilipp Stephani2020-08-01
* Restore buffer-undo-list to buffer-local-variablesGlenn Morris2020-05-18
* Fix string-to-multibyte overlong sequence bugPaul Eggert2020-04-20
* Prefer more inline functions in character.hPaul Eggert2020-04-17
* Merge from origin/emacs-27Glenn Morris2020-04-05
|\
| * ; * src/buffer.c (syms_of_buffer) <inhibit-read-only>: Doc fix.Eli Zaretskii2020-04-03
* | Remove `all_buffers` and the associated `next` field of buffersStefan Monnier2020-03-31
* | Avoid assertion violation at startup in pdumped EmacsEli Zaretskii2020-03-30
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-27
* | Support for (box . SIZE) 'cursor-type'Zajcev Evgeny2020-02-07
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-17
* Merge branch 'feature/tabs'Juri Linkov2019-10-01
|\
| * Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-05
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* | Take last_per_buffer_idx privatePaul Eggert2019-09-03
|/
* * src/buffer.c: Fix comment typo.Paul Eggert2019-08-21
* Merge from emacs-26Noam Postavsky2019-07-20
|\
| * ; Another minor change in 'bidi-display-reordering's doc string.Eli Zaretskii2019-07-13
| * Improve doc string of 'bidi-display-reordering'Eli Zaretskii2019-07-13
| * Add warning to bidi-display-reordering doc stringStefan Kangas2019-07-13
* | Remove fixnum restriction on some display varsPaul Eggert2019-05-22
* | * src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier2019-05-07
* | * src/buffer.c (Fget_buffer_create): Apply booleans's eta-reductionStefan Monnier2019-04-06
* | Don't leave inhibit_buffer_hooks uninitializedBasil L. Contovounesios2019-04-06
* | Fix union Lisp_Fwd * alignment bugPaul Eggert2019-04-01
* | Fix a thinko in a recent commitEli Zaretskii2019-03-30
* | Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-30
* | Merge from origin/emacs-26Glenn Morris2019-03-09
|\|
| * Warn against recursive invocations of 'buffer-list-update-hook' (Bug#34765)Martin Rudalics2019-03-08
* | Simplify list creation in C codePaul Eggert2019-03-04
* | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
* | Add portable dumperDaniel Colascione2019-01-15
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Use "file name handler" consequentlyMichael Albinus2018-12-22
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-13
* | * src/buffer.c (Fmove_overlay): Don't call Fdelete_overlayStefan Monnier2018-10-14
* | file-attributes cleanupPaul Eggert2018-09-23
* | Merge from origin/emacs-26Glenn Morris2018-09-15
|\|
| * Avoid adverse side effects of fixing bug#21824Eli Zaretskii2018-09-15
| * Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-03
* | Turn misc objects into pseudovectorsPaul Eggert2018-08-11
* | More macro renamings for bignumTom Tromey2018-08-07
* | Use fixnump rather than integerp in some spotsTom Tromey2018-07-12
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | New function record_unwind_protect_excursionPaul Eggert2018-06-07