aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * ; * src/buffer.c (set_overlay_region): remove unused function.Matt Armstrong2022-10-191-9/+0
| | * Tighten up handling of `otick`Stefan Monnier2022-10-091-16/+42
| | * Merge remote-tracking branch 'origin/feature/noverlay' into noverlayStefan Monnier2022-10-021-6/+6
| | |\
| | | * Make it compile with ITREE_DEBUG definedGerd Möllmann2022-10-011-6/+6
| | * | New ITREE_FOREACH macroStefan Monnier2022-10-021-56/+41
| | |/
| | * itree.c: Improve division between tree and iteratorStefan Monnier2022-09-301-0/+8
| | * free_buffer_overlays: Move nearer to its sole callerStefan Monnier2022-09-291-0/+12
| | * itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier2022-09-281-2/+2
| | * * src/buffer.c (overlays_in): Fix confusion Z-vs-ZVscratch/noverlay-wipStefan Monnier2022-09-251-2/+2
| | * Merge 'master' into noverlayStefan Monnier2022-09-251-477/+701
| | |\ | | |/ | |/|
| | * Remove redundant checks for the empty overlay treeAndreas Politz2017-10-091-46/+17
| | * Adapt overlays when multibyteness changesAndreas Politz2017-10-061-0/+52
| | * Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-1052/+406
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-32/+80
|\ \ \ | |/ /
| * | Improve detection of long lines.Gregory Heytings2022-08-231-0/+1
| * | * src/buffer.c (Frename_buffer): Fix bug#56693Stefan Monnier2022-08-161-2/+4
| * | 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
* | | | Change treesit-parser-list from variable to functionYuan Fu2022-06-161-0/+16
|/ / /
* | | 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
|\ \ \ | |/ /