index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
editfns-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/insdel.c (adjust_markers_for_replace): Fix insertion case
Stefan Monnier
6 days
1
-0
/
+14
*
(replace-region-contents): Improve and promote (bug#76313)
Stefan Monnier
6 days
1
-34
/
+34
*
(Freplace_buffer_contents): Preserve markers more carefully
Stefan Monnier
2025-03-11
1
-7
/
+9
*
* test/src/editfns-tests.el (editfns--replace-region): New test
Stefan Monnier
2025-02-28
1
-0
/
+35
*
(Ftranspose_regions): Fix text-properties for len1==len2
Stefan Monnier
2025-02-23
1
-0
/
+15
*
; * test/src/editfns-tests.el (editfns-tests-styled-print): Fix last change.
Eli Zaretskii
2025-02-04
1
-1
/
+0
*
; * test/src/editfns-tests.el (editfns-tests-styled-print): New test.
Eli Zaretskii
2025-02-04
1
-0
/
+11
*
Revert "; * src/dispnew.c (combine_updates_for_frame): Fix whitespace."
Eli Zaretskii
2025-01-24
1
-10
/
+0
*
; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.
Eli Zaretskii
2025-01-24
1
-0
/
+10
*
Update copyright year to 2025
Paul Eggert
2025-01-01
1
-1
/
+1
*
; Fix whitespace in editfns-tests.el
Eli Zaretskii
2024-04-11
1
-1
/
+1
*
(en/decode_coding_object): Fix `after-change-functions`
Stefan Monnier
2024-04-10
1
-5
/
+39
*
(Freplace_match): Fix bug#65451
Stefan Monnier
2024-04-07
1
-0
/
+74
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Add some very rudimentary field-beginning/end tests
Lars Ingebrigtsen
2021-12-19
1
-0
/
+13
*
|
Remove workaround for fixed Bug#6581 from ert
Stefan Kangas
2021-10-31
1
-24
/
+24
|
/
*
; Normalize and add missing first and last lines
Stefan Kangas
2021-04-19
1
-1
/
+1
*
Improve wrong number of args error message in propertize
Stefan Kangas
2021-02-22
1
-0
/
+4
*
Fix copying text properties in 'format'
Eli Zaretskii
2021-02-06
1
-1
/
+21
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Use lexical-binding in more tests
Stefan Kangas
2020-08-29
1
-3
/
+3
*
; Fix license statements.
Stefan Kangas
2020-08-27
1
-3
/
+3
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix byte-counting error in ‘format’
Paul Eggert
2019-11-14
1
-0
/
+4
*
Support "%x" etc. formats on more floats
Paul Eggert
2019-07-23
1
-11
/
+12
*
* test/src/editfns-tests.el (test-group-name): Accept nil group-name.
Stefan Monnier
2019-07-02
1
-8
/
+8
*
* test/lisp/progmodes/python-tests.el: "Fix" failing test
Stefan Monnier
2019-04-10
1
-0
/
+3
*
Improve binary-as-unsigned treatment (Bug#34792)
Paul Eggert
2019-03-10
1
-6
/
+5
*
Fix translation-region bug with MAX_CHAR
Paul Eggert
2019-01-13
1
-0
/
+9
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
; * test/src/editfns-tests.el (test-group-name): Ignore getent errors.
Glenn Morris
2018-11-10
1
-2
/
+3
*
|
* test/src/editfns-tests.el (test-group-name): Improve test.
Glenn Morris
2018-11-10
1
-10
/
+17
*
|
* test/src/editfns-tests.el (test-group-name): Small fix.
Glenn Morris
2018-11-10
1
-1
/
+1
*
|
Fix last change
Eli Zaretskii
2018-11-10
1
-6
/
+13
*
|
src/editfns.c (group-name): New function.
Jules Tamagnan
2018-11-10
1
-0
/
+7
*
|
Move timestamp-related stuff to timefns.c
Paul Eggert
2018-10-06
1
-59
/
+0
*
|
Fix format-time-string bignum bug
Paul Eggert
2018-09-04
1
-0
/
+10
*
|
Several fixes for formatting bignums
Paul Eggert
2018-08-31
1
-2
/
+15
*
|
Merge branch 'feature/bignum'
Tom Tromey
2018-08-11
1
-9
/
+22
|
\
\
|
*
\
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-1
/
+7
|
|
\
\
|
*
|
|
Make format handle bignums
Tom Tromey
2018-07-12
1
-12
/
+21
*
|
|
|
Merge from origin/emacs-26
Glenn Morris
2018-08-10
1
-1
/
+15
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Fix copying text properties by 'format'
Eli Zaretskii
2018-08-09
1
-1
/
+15
*
|
|
%o and %x can now format signed integers
Paul Eggert
2018-07-26
1
-4
/
+6
|
|
/
|
/
|
*
|
(format "%d" F) now truncates floating F
Paul Eggert
2018-06-25
1
-0
/
+8
*
|
Merge from origin/emacs-26
Glenn Morris
2018-06-18
1
-0
/
+11
|
\
|
[next]