summaryrefslogtreecommitdiff
path: root/test/src/buffer-tests.el
AgeCommit message (Expand)Author
2026-05-07; Revert Eric's commits from February.Sean Whitton
2026-02-25More tests for edit functions, buffers, and markers.Eric S. Raymond
2026-02-25Added more buffer/marker/editing test coverage.Eric S. Raymond
2026-02-14Adjust documentation to changes in 'overlays-in' and 'overlays-at'Eli Zaretskii
2026-02-12Make 'overlays_in' use only real EOB (bug#80242)Stephen Berman
2026-01-24Support cons cell for 'line-spacing'Daniel Mendler
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-16; Fix cleanup in buffer-testsEli Zaretskii
2025-02-23Prefer ert-with-temp-directory in testsStefan Kangas
2025-02-23Prefer incf to cl-incf in testsStefan Kangas
2025-02-23Prefer decf to cl-decfStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-25Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-13(report_overlay_modification): Fix bug#65929Stefan Monnier
2023-02-13Rename with/without-narrowing to with/without-restrictionEli Zaretskii
2023-02-09Add an extensive test for labeled (locked) narrowingGregory Heytings
2023-01-17Fix buffer-list-update-hook for indirect buffersBasil L. Contovounesios
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-16Reduce buffer-tests noisiness even moreEli Zaretskii
2022-11-16Reduce buffer-tests noisiness when run in batch mode.Matt Armstrong
2022-11-11; Fix typosStefan Kangas
2022-11-10Rewrite the `kill-buffer-delete-auto-save' tests (bug#59028)Matt Armstrong
2022-11-06itree.c and buffer-tests.el: Incorporate code review feedbackMatt Armstrong
2022-11-05buffer.c: evaporate overlays in all indirect buffersStefan Monnier
2022-11-05Add a test for overlay evaporation across indirect buffersMatt Armstrong
2022-11-05Tweak the overlay related `insert-before-markers' testsMatt Armstrong
2022-11-03itree: Reproduce markers's behavior more faithfully (bug#58928)Stefan Monnier
2022-11-01src/buffer.c: Fix interaction between overlays & indirect buffers (bug#58928)Stefan Monnier
2022-10-22Add `get-pos-property' tests covering bug#58706Matt Armstrong
2022-10-21Fix a narrow-to-region vs. overlays-at bugMatt Armstrong
2022-10-21Fix handling of overlays that begin at END in 'overlays_in'Matt Armstrong
2022-10-14src/textprop.c (get_char_property_and_overlay): Fix bug#58479Stefan Monnier
2022-10-09; * test/src/buffer-tests.el: Remove unecessary `message' calls.Matt Armstrong
2022-10-08; * test/src/buffer-tests.el (test-overlay-randomly): new test.Matt Armstrong
2022-09-25Merge 'master' into noverlayStefan Monnier
2022-09-04Add basic test coverage for overlay modification hooksMatt Armstrong
2022-07-21Update buffer's chars-modified tick when inserting from gapEli Zaretskii
2022-07-07Fix buffer-testsEli Zaretskii
2022-05-24Clean up a test file in /tmpLars Ingebrigtsen
2022-05-12Adjust restore-buffer-modified-p autosaved logicLars Ingebrigtsen
2022-05-10Reimplement recent with-silent-modifications auto-save changesLars Ingebrigtsen
2022-02-04Silence byte-compiler in two testsStefan Kangas
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-18Eliminate ERT test name clashes (bug#51941)Mattias EngdegÄrd
2021-11-08Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas
2021-11-07Prefer ert-with-temp-(directory|file)Stefan Kangas
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