aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove purespace from Emacsscratch/no-purespace-2Pip Cet2022-07-011-8/+8
* Allow `kill-buffer' query to save the buffer firstLars Ingebrigtsen2022-06-241-3/+7
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-16/+17
* Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-3/+3
* Pacify GCC 12 in Fmove_overlayPaul Eggert2022-05-311-1/+1
* Add new minor mode `header-line-indent-mode'Lars Ingebrigtsen2022-05-131-2/+5
* ; Improve documentation of 'restore-buffer-modified-p'Eli Zaretskii2022-05-121-2/+2
* Adjust restore-buffer-modified-p autosaved logicLars Ingebrigtsen2022-05-121-6/+6
* ; Fix recent documentation changesEli Zaretskii2022-05-101-5/+5
* Factor out *scratch* initializationSean Whitton2022-05-091-19/+3
* Reimplement recent with-silent-modifications auto-save changesLars Ingebrigtsen2022-05-101-13/+34
* Avoid having font locking triggering unnecessary auto-savingLars Ingebrigtsen2022-05-071-0/+13
* Simplify generate-new-buffer-name randomnessPaul Eggert2022-03-161-5/+3
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-5/+4
* Update documentation of 'clone-indirect-buffer-hook'Eli Zaretskii2022-01-201-1/+4
* Fix indirect font changes incorrectly affecting original bufferAndrew Hyatt2022-01-201-0/+10
* Use assq_no_quit on all local_var_alist accessesSergey Vinokurov2022-01-141-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-01-011-4/+5
|\ \ | |/
| * Improve doc strings of fringe indicator variablesEli Zaretskii2021-12-311-4/+5
* | Replace uniquify.el's advice with direct callsStefan Monnier2021-12-271-1/+4
* | Merge from origin/emacs-28Paul Eggert2021-10-131-1/+3
|\ \ | |/
| * Pacify GCC 11 -fanalyzer on x86-64Paul Eggert2021-10-121-1/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-081-1/+1
|\ \ | |/
| * ; Fix 'restore-buffer-modified-p' doc string typoStephen Gildea2021-10-071-1/+1
* | Add an optional parameter to kill-all-local-variablesLars Ingebrigtsen2021-10-061-5/+7
|/
* 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