summaryrefslogtreecommitdiff
path: root/src/editfns.c
AgeCommit message (Expand)Author
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-25Explain why we remove stuff from 'user-full-name'Eli Zaretskii
2021-11-28; Remove an obsolete commentKarl Fogel
2021-07-31Adjust how `replace-match' runs modification hooksLars Ingebrigtsen
2021-07-08Code cleanup wrt file locksMichael Albinus
2021-05-30Don't account for character compositions in 'format' and friendsEli Zaretskii
2021-05-22* src/editfns.c (Finsert_char): Add docstring reference to read-char-by-name.Juri Linkov
2021-04-26* src/editfns.c (Fpropertize): Doc fix; reference Info manual.Stefan Kangas
2021-04-14Add two optional arguments to 'string-width'Eli Zaretskii
2021-03-19Don’t convert pointer to boolPaul Eggert
2021-03-18Document that `buffer-string' retains text propertiesLars Ingebrigtsen
2021-02-22Improve wrong number of args error message in propertizeStefan Kangas
2021-02-06Fix copying text properties in 'format'Eli Zaretskii
2021-01-29Support 'operating-system-release' on MS-WindowsEli Zaretskii
2021-01-29Improve doc string of 'operating-system-release'Eli Zaretskii
2021-01-29operating-system-release doc string improvementLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-14Make goto-char offer the number at point as defaultDaniel Martín
2020-11-09Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas
2020-11-07Don't leave lock files after 'replace-buffer-contents'Eli Zaretskii
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-08-24replace-buffer-contents cleanupsPaul Eggert
2020-08-24Fix replace-region-contents performance bugPaul Eggert
2020-08-21Clarify docs about line movementNoam Postavsky
2020-08-04Drop support for -fcheck-pointer-boundsPaul Eggert
2020-05-06Merge from origin/emacs-27Glenn Morris
2020-05-05* src/editfns.c (Fformat): Small documentation fix.Philipp Stephani
2020-04-26Simplify string-to-charPaul Eggert
2020-04-17Pacify gcc -Og x86-64Paul Eggert
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-03-27Treat out-of-range positions consistentlyPaul Eggert
2020-03-25line-beginning-position args can be bignumsPaul Eggert
2020-03-04Pacify GCC 9.2.1 20190927 -O3Paul Eggert
2020-02-13; * src/editfns.c (Fbuffer_size): Tiny clarification.Philipp Stephani
2020-02-09Correct "different than" to "different from" where appropriateAlan Mackenzie
2020-01-26Correct regexp for flags in `format' doc stringMattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-16Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov
2019-11-27message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov
2019-11-14Fix byte-counting error in ‘format’Paul Eggert
2019-08-14Remove INT_ADD_WRAPV bug workaroundsPaul Eggert
2019-08-12; Add commentary to recent changesEli Zaretskii
2019-08-11Prefer signed when testing for signed overflowPaul Eggert
2019-07-23Support "%x" etc. formats on more floatsPaul Eggert
2019-07-07Fix typo in previous patchPaul Eggert
2019-07-07Remove printmax_t etc.Paul Eggert
2019-06-10* src/editfns.c (Fngettext): Fix typos in docstring.Juanma Barranquero
2019-04-10Merge from origin/emacs-26Glenn Morris
2019-04-08* src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)Eli Zaretskii