index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
textmodes
/
string-edit.el
Age
Commit message (
Expand
)
Author
2026-04-22
; (string-edit-minor-mode): Fix mode line lighter.
Eshel Yaron
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-09-27
; (read-string-from-buffer): Fix thinko and typo.
Eshel Yaron
2025-04-26
; Fix compilation warning in string-edit.el
Eli Zaretskii
2025-04-26
Improve help-fns-edit-variable for Lisp editing
Spencer Baugh
2025-03-09
Document return values of the various read-* functions
Eli Zaretskii
2025-01-02
Update copyright year to 2025
Stefan Kangas
2024-06-15
Prevent deletion of separator in *edit string* buffer
Eli Zaretskii
2024-06-08
Fix 'string-edit' when abort-callback is omitted
Eli Zaretskii
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-10-12
Fix thinko in read-string-from-buffer
Lars Ingebrigtsen
2022-10-11
Make read-string-from-buffer and string-edit mention each other
Lars Ingebrigtsen
2022-05-11
* lisp/textmodes/string-edit.el: Improvements for pop-to-buffer (bug#33007)
Juri Linkov
2022-04-27
Change parameter order for string-edit functions
Lars Ingebrigtsen
2022-04-27
Add autoload cookies to string-edit
Lars Ingebrigtsen
2022-04-27
Add an instruction header line to string-edit
Lars Ingebrigtsen
2022-04-25
Fix up some string-edit.el strings
Lars Ingebrigtsen
2022-04-24
Use `C-c C-k' instead of `C-c C-d' to abort in string-edit
Lars Ingebrigtsen
2022-04-24
Add new function `read-string-from-buffer'.
Lars Ingebrigtsen