summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of line truncation and wrappingEli Zaretskii2021-09-041-1/+4
* Fix up deleting auto-save/killing buffer wrt. `auto-save-visited-mode'Lars Ingebrigtsen2021-08-251-3/+7
* Further checks for kill-buffer-delete-auto-save-filesLars Ingebrigtsen2021-08-251-0/+2
* Add new variable 'kill-buffer/delete-auto-save-files'Lars Ingebrigtsen2021-08-231-20/+29
* Make overlays-in treat zero-length overlays at point-max consistentlyLars Ingebrigtsen2021-08-161-2/+3
* Make `kill-all-local-variables' also remove lambda from hooksjakanakaevangeli2021-07-201-6/+6
* Mention `overlays-in' in the `overlays-at' doc stringLars Ingebrigtsen2021-07-201-1/+5
* Fix typos in a recent changeEli Zaretskii2021-07-191-1/+1
* Add inhibit-buffer-hooks to `make-indirect-buffer'Lars Ingebrigtsen2021-07-191-4/+11
* Make make-indirect-buffer inherit inhibit-buffer-hook from base bufferdickmao2021-07-191-0/+1
* * src/buffer.c (kill-buffer): Fix a typo.Matthew White2021-07-111-1/+1
* Further cleanup for file locksMichael Albinus2021-07-091-1/+1
* Code cleanup wrt file locksMichael Albinus2021-07-081-1/+1
* Merge from origin/emacs-27Glenn Morris2021-05-221-4/+4
|\
| * * src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix. (Bug#48539)Eli Zaretskii2021-05-211-4/+4
* | Merge from origin/emacs-27Glenn Morris2021-05-041-3/+6
|\ \ | |/
| * Improve doc string of 'tab-width'.Eli Zaretskii2021-04-301-3/+6
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Fix the unexec build on MS-WindowsEli Zaretskii2021-04-301-2/+9
* | * src/buffer.c (Fbuffer_swap_text): Swap `mark-active` as wellStefan Monnier2021-03-091-0/+1
* | Call the set_buffer_overlays_ settersMatt Armstrong2021-03-041-2/+2
* | Rename minor-modes to local-minor-modesLars Ingebrigtsen2021-02-151-6/+7
* | 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