summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2022-03-16Simplify generate-new-buffer-name randomnessPaul Eggert
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-01-20Update documentation of 'clone-indirect-buffer-hook'Eli Zaretskii
2022-01-20Fix indirect font changes incorrectly affecting original bufferAndrew Hyatt
2022-01-14Use assq_no_quit on all local_var_alist accessesSergey Vinokurov
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2022-01-01Merge from origin/emacs-28Stefan Kangas
2021-12-31Improve doc strings of fringe indicator variablesEli Zaretskii
2021-12-27Replace uniquify.el's advice with direct callsStefan Monnier
2021-10-13Merge from origin/emacs-28Paul Eggert
2021-10-12Pacify GCC 11 -fanalyzer on x86-64Paul Eggert
2021-10-08Merge from origin/emacs-28Glenn Morris
2021-10-07; Fix 'restore-buffer-modified-p' doc string typoStephen Gildea
2021-10-06Add an optional parameter to kill-all-local-variablesLars Ingebrigtsen
2021-09-04Improve documentation of line truncation and wrappingEli Zaretskii
2021-08-25Fix up deleting auto-save/killing buffer wrt. `auto-save-visited-mode'Lars Ingebrigtsen
2021-08-25Further checks for kill-buffer-delete-auto-save-filesLars Ingebrigtsen
2021-08-23Add new variable 'kill-buffer/delete-auto-save-files'Lars Ingebrigtsen
2021-08-16Make overlays-in treat zero-length overlays at point-max consistentlyLars Ingebrigtsen
2021-07-20Make `kill-all-local-variables' also remove lambda from hooksjakanakaevangeli
2021-07-20Mention `overlays-in' in the `overlays-at' doc stringLars Ingebrigtsen
2021-07-19Fix typos in a recent changeEli Zaretskii
2021-07-19Add inhibit-buffer-hooks to `make-indirect-buffer'Lars Ingebrigtsen
2021-07-19Make make-indirect-buffer inherit inhibit-buffer-hook from base bufferdickmao
2021-07-11* src/buffer.c (kill-buffer): Fix a typo.Matthew White
2021-07-09Further cleanup for file locksMichael Albinus
2021-07-08Code cleanup wrt file locksMichael Albinus
2021-05-22Merge from origin/emacs-27Glenn Morris
2021-05-21* src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix. (Bug#48539)Eli Zaretskii
2021-05-04Merge from origin/emacs-27Glenn Morris
2021-04-30Fix the unexec build on MS-WindowsEli Zaretskii
2021-04-30Improve doc string of 'tab-width'.Eli Zaretskii
2021-03-09* src/buffer.c (Fbuffer_swap_text): Swap `mark-active` as wellStefan Monnier
2021-03-04Call the set_buffer_overlays_ settersMatt Armstrong
2021-02-15Rename minor-modes to local-minor-modesLars Ingebrigtsen
2021-02-14Add a new buffer-local variable `minor-modes'Lars Ingebrigtsen
2021-01-10Add functions to open a file without quitting.Philipp Stephani
2021-01-04* lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier
2021-01-03* src/buffer.c (Fset_buffer_multibyte): Remove dead codeStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios
2020-12-17Fix my two most common causes of all windows/frames redisplayStefan Monnier
2020-12-01Merge from origin/emacs-27Glenn Morris
2020-11-30; * src/buffer.c: Fix comment describing 'buffer_defaults'.Eli Zaretskii
2020-11-19* src/buffer.h (struct buffer): Remove unused field `minor_modes`Stefan Monnier
2020-11-02Merge from origin/emacs-27Glenn Morris
2020-10-27* src/buffer.c (syms_of_buffer) <fill-column>: Improve doc string.Eli Zaretskii
2020-08-03Simplify use of __lsan_ignore_objectPaul Eggert