aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add a new buffer-local variable `minor-modes'Lars Ingebrigtsen2021-02-141-0/+13
* | | Add functions to open a file without quitting.Philipp Stephani2021-01-101-1/+1
* | | * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-041-7/+0
* | | * src/buffer.c (Fset_buffer_multibyte): Remove dead codeStefan Monnier2021-01-031-5/+0
* | | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-38/+50
* | | Fix my two most common causes of all windows/frames redisplayStefan Monnier2020-12-171-1/+1
* | | Merge from origin/emacs-27Glenn Morris2020-12-011-2/+3
|\ \ \ | |/ /
| * | ; * src/buffer.c: Fix comment describing 'buffer_defaults'.Eli Zaretskii2020-11-301-2/+3
* | | * src/buffer.h (struct buffer): Remove unused field `minor_modes`Stefan Monnier2020-11-191-7/+0
* | | Merge from origin/emacs-27Glenn Morris2020-11-021-0/+3
|\ \ \ | |/ /
| * | * src/buffer.c (syms_of_buffer) <fill-column>: Improve doc string.Eli Zaretskii2020-10-271-0/+3
* | | Simplify use of __lsan_ignore_objectPaul Eggert2020-08-031-6/+0
* | | Use a more precise check for '__lsan_ignore_object'Philipp Stephani2020-08-011-1/+1
* | | Suppress leak detector in some casesPhilipp Stephani2020-08-011-0/+7
* | | Restore buffer-undo-list to buffer-local-variablesGlenn Morris2020-05-181-10/+30
* | | Fix string-to-multibyte overlong sequence bugPaul Eggert2020-04-201-2/+1
* | | Prefer more inline functions in character.hPaul Eggert2020-04-171-5/+3
* | | Merge from origin/emacs-27Glenn Morris2020-04-051-4/+4
|\ \ \ | |/ /
| * | ; * src/buffer.c (syms_of_buffer) <inhibit-read-only>: Doc fix.Eli Zaretskii2020-04-031-4/+4
* | | Remove `all_buffers` and the associated `next` field of buffersStefan Monnier2020-03-311-30/+25
* | | Avoid assertion violation at startup in pdumped EmacsEli Zaretskii2020-03-301-11/+0
* | | Treat out-of-range positions consistentlyPaul Eggert2020-03-271-7/+25
* | | Support for (box . SIZE) 'cursor-type'Zajcev Evgeny2020-02-071-0/+3
|/ /
* | Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* | Merge branch 'feature/tabs'Juri Linkov2019-10-011-1/+15
|\ \
| * | Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-051-0/+14
| * | Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-1/+1
* | | Take last_per_buffer_idx privatePaul Eggert2019-09-031-1/+7
|/ /
* | * src/buffer.c: Fix comment typo.Paul Eggert2019-08-211-1/+1
* | Merge from emacs-26Noam Postavsky2019-07-201-1/+5
|\ \
| * | ; Another minor change in 'bidi-display-reordering's doc string.Eli Zaretskii2019-07-131-2/+2
| * | Improve doc string of 'bidi-display-reordering'Eli Zaretskii2019-07-131-1/+4
| * | Add warning to bidi-display-reordering doc stringStefan Kangas2019-07-131-2/+3
* | | Remove fixnum restriction on some display varsPaul Eggert2019-05-221-11/+11
* | | * src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier2019-05-071-1/+4
* | | * src/buffer.c (Fget_buffer_create): Apply booleans's eta-reductionStefan Monnier2019-04-061-6/+4
* | | Don't leave inhibit_buffer_hooks uninitializedBasil L. Contovounesios2019-04-061-0/+2
* | | Fix union Lisp_Fwd * alignment bugPaul Eggert2019-04-011-4/+4
* | | Fix a thinko in a recent commitEli Zaretskii2019-03-301-4/+6
* | | Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-301-8/+16
* | | Merge from origin/emacs-26Glenn Morris2019-03-091-3/+5
|\ \ \ | |/ /
| * | Warn against recursive invocations of 'buffer-list-update-hook' (Bug#34765)Martin Rudalics2019-03-081-3/+5
* | | Simplify list creation in C codePaul Eggert2019-03-041-1/+1
* | | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-11/+14
* | | Add portable dumperDaniel Colascione2019-01-151-16/+52
* | | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ \ | |/ /
| * | Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | | Use "file name handler" consequentlyMichael Albinus2018-12-221-1/+1