aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work around Bug#57211Paul Eggert2022-08-141-1/+2
* Speed up display of long lines under 'truncate-lines'Eli Zaretskii2022-08-131-0/+18
* Fix forgotten initialization for long line optimizations.Gregory Heytings2022-08-011-1/+4
* ; Clarify doc string of 'long-line-threshold'Eli Zaretskii2022-07-211-5/+7
* Merge branch 'feature/fix-the-long-lines-display-bug'Gregory Heytings2022-07-211-8/+18
|\
| * Further tweaks to long lines handling.Gregory Heytings2022-07-201-1/+1
| * Simplified and improved heuristic for long lines detection.Gregory Heytings2022-07-191-8/+8
| * Revert commits 1ff69cc744 and 9a894206f6.Gregory Heytings2022-07-191-6/+0
| * Improve the heuristic for long lines detection.Gregory Heytings2022-07-181-0/+6
| * Improvements to long lines handling.Gregory Heytings2022-07-161-0/+10
| * Revert commit 38b3780f6e.Gregory Heytings2022-07-081-8/+1
| * Actually fix the long lines display bug (bug#56393).Gregory Heytings2022-07-061-1/+8
* | Merge from origin/emacs-28Stefan Kangas2022-07-191-1/+4
|\ \
| * | ; * src/buffer.c (syms_of_buffer) <mode-line-format>: Doc fix.Eli Zaretskii2022-07-181-1/+4
* | | Fix buffer-stale-function fixLars Ingebrigtsen2022-07-121-2/+1
* | | Only reset buffer-local buffer-stale-function in make-indirect-bufferLars Ingebrigtsen2022-07-111-1/+5
| |/ |/|
* | 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