summaryrefslogtreecommitdiff
path: root/test/src/editfns-tests.el
AgeCommit message (Expand)Author
2026-05-24Fix off-by-one error in 'styled_format'Pip Cet
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-25More test coverage improvements.Eric S. Raymond
2026-02-25More test coverage improvements for ERT.Eric S. Raymond
2026-02-25Crrections to tedt coverrage extensuion after bootstrap build.Eric S. Raymond
2026-02-25Tests for 7 editor primitives previously not covered.Eric S. Raymond
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-12-22Add binary format specifications '%b' and '%B'Jacob S. Gordon
2025-12-20Improve handling of non-ASCII characters in 'transpose-regions'Jens Schmidt
2025-07-06(Ftranspose_regions): Fix bug#76124Stefan Monnier
2025-05-02(decode_coding): Avoid nested *-change-functions (bug#78042)Stefan Monnier
2025-03-29src/insdel.c (adjust_markers_for_replace): Fix insertion caseStefan Monnier
2025-03-29(replace-region-contents): Improve and promote (bug#76313)Stefan Monnier
2025-03-11(Freplace_buffer_contents): Preserve markers more carefullyStefan Monnier
2025-02-28* test/src/editfns-tests.el (editfns--replace-region): New testStefan Monnier
2025-02-23(Ftranspose_regions): Fix text-properties for len1==len2Stefan Monnier
2025-02-04; * test/src/editfns-tests.el (editfns-tests-styled-print): Fix last change.Eli Zaretskii
2025-02-04; * test/src/editfns-tests.el (editfns-tests-styled-print): New test.Eli Zaretskii
2025-01-24Revert "; * src/dispnew.c (combine_updates_for_frame): Fix whitespace."Eli Zaretskii
2025-01-24; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.Eli Zaretskii
2025-01-01Update copyright year to 2025Paul Eggert
2024-04-11; Fix whitespace in editfns-tests.elEli Zaretskii
2024-04-10(en/decode_coding_object): Fix `after-change-functions`Stefan Monnier
2024-04-07(Freplace_match): Fix bug#65451Stefan Monnier
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-19Add some very rudimentary field-beginning/end testsLars Ingebrigtsen
2021-10-31Remove workaround for fixed Bug#6581 from ertStefan Kangas
2021-04-19; Normalize and add missing first and last linesStefan Kangas
2021-02-22Improve wrong number of args error message in propertizeStefan Kangas
2021-02-06Fix copying text properties in 'format'Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-29Use lexical-binding in more testsStefan Kangas
2020-08-27; Fix license statements.Stefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-14Fix byte-counting error in ‘format’Paul Eggert
2019-07-23Support "%x" etc. formats on more floatsPaul Eggert
2019-07-02* test/src/editfns-tests.el (test-group-name): Accept nil group-name.Stefan Monnier
2019-04-10* test/lisp/progmodes/python-tests.el: "Fix" failing testStefan Monnier
2019-03-10Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert
2019-01-13Fix translation-region bug with MAX_CHARPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-10; * test/src/editfns-tests.el (test-group-name): Ignore getent errors.Glenn Morris
2018-11-10* test/src/editfns-tests.el (test-group-name): Improve test.Glenn Morris