summaryrefslogtreecommitdiff
path: root/test/src/editfns-tests.el
Commit message (Expand)AuthorAgeFilesLines
* src/insdel.c (adjust_markers_for_replace): Fix insertion caseStefan Monnier6 days1-0/+14
* (replace-region-contents): Improve and promote (bug#76313)Stefan Monnier6 days1-34/+34
* (Freplace_buffer_contents): Preserve markers more carefullyStefan Monnier2025-03-111-7/+9
* * test/src/editfns-tests.el (editfns--replace-region): New testStefan Monnier2025-02-281-0/+35
* (Ftranspose_regions): Fix text-properties for len1==len2Stefan Monnier2025-02-231-0/+15
* ; * test/src/editfns-tests.el (editfns-tests-styled-print): Fix last change.Eli Zaretskii2025-02-041-1/+0
* ; * test/src/editfns-tests.el (editfns-tests-styled-print): New test.Eli Zaretskii2025-02-041-0/+11
* Revert "; * src/dispnew.c (combine_updates_for_frame): Fix whitespace."Eli Zaretskii2025-01-241-10/+0
* ; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.Eli Zaretskii2025-01-241-0/+10
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* ; Fix whitespace in editfns-tests.elEli Zaretskii2024-04-111-1/+1
* (en/decode_coding_object): Fix `after-change-functions`Stefan Monnier2024-04-101-5/+39
* (Freplace_match): Fix bug#65451Stefan Monnier2024-04-071-0/+74
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add some very rudimentary field-beginning/end testsLars Ingebrigtsen2021-12-191-0/+13
* | Remove workaround for fixed Bug#6581 from ertStefan Kangas2021-10-311-24/+24
|/
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Improve wrong number of args error message in propertizeStefan Kangas2021-02-221-0/+4
* Fix copying text properties in 'format'Eli Zaretskii2021-02-061-1/+21
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use lexical-binding in more testsStefan Kangas2020-08-291-3/+3
* ; Fix license statements.Stefan Kangas2020-08-271-3/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix byte-counting error in ‘format’Paul Eggert2019-11-141-0/+4
* Support "%x" etc. formats on more floatsPaul Eggert2019-07-231-11/+12
* * test/src/editfns-tests.el (test-group-name): Accept nil group-name.Stefan Monnier2019-07-021-8/+8
* * test/lisp/progmodes/python-tests.el: "Fix" failing testStefan Monnier2019-04-101-0/+3
* Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert2019-03-101-6/+5
* Fix translation-region bug with MAX_CHARPaul Eggert2019-01-131-0/+9
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | ; * test/src/editfns-tests.el (test-group-name): Ignore getent errors.Glenn Morris2018-11-101-2/+3
* | * test/src/editfns-tests.el (test-group-name): Improve test.Glenn Morris2018-11-101-10/+17
* | * test/src/editfns-tests.el (test-group-name): Small fix.Glenn Morris2018-11-101-1/+1
* | Fix last changeEli Zaretskii2018-11-101-6/+13
* | src/editfns.c (group-name): New function.Jules Tamagnan2018-11-101-0/+7
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-59/+0
* | Fix format-time-string bignum bugPaul Eggert2018-09-041-0/+10
* | Several fixes for formatting bignumsPaul Eggert2018-08-311-2/+15
* | Merge branch 'feature/bignum'Tom Tromey2018-08-111-9/+22
|\ \
| * \ Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+7
| |\ \
| * | | Make format handle bignumsTom Tromey2018-07-121-12/+21
* | | | Merge from origin/emacs-26Glenn Morris2018-08-101-1/+15
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix copying text properties by 'format'Eli Zaretskii2018-08-091-1/+15
* | | %o and %x can now format signed integersPaul Eggert2018-07-261-4/+6
| |/ |/|
* | (format "%d" F) now truncates floating FPaul Eggert2018-06-251-0/+8
* | Merge from origin/emacs-26Glenn Morris2018-06-181-0/+11
|\|