summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAge
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-31
* Code cleanup wrt file locksMichael Albinus2021-07-08
* Don't account for character compositions in 'format' and friendsEli Zaretskii2021-05-30
* * src/editfns.c (Finsert_char): Add docstring reference to read-char-by-name.Juri Linkov2021-05-22
* * src/editfns.c (Fpropertize): Doc fix; reference Info manual.Stefan Kangas2021-04-26
* Add two optional arguments to 'string-width'Eli Zaretskii2021-04-14
* Don’t convert pointer to boolPaul Eggert2021-03-19
* Document that `buffer-string' retains text propertiesLars Ingebrigtsen2021-03-18
* Improve wrong number of args error message in propertizeStefan Kangas2021-02-22
* Fix copying text properties in 'format'Eli Zaretskii2021-02-06
* Support 'operating-system-release' on MS-WindowsEli Zaretskii2021-01-29
* Improve doc string of 'operating-system-release'Eli Zaretskii2021-01-29
* operating-system-release doc string improvementLars Ingebrigtsen2021-01-29
* Update copyright year to 2021Paul Eggert2021-01-01
* Make goto-char offer the number at point as defaultDaniel Martín2020-12-14
* Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-09
* Don't leave lock files after 'replace-buffer-contents'Eli Zaretskii2020-11-07
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* replace-buffer-contents cleanupsPaul Eggert2020-08-24
* Fix replace-region-contents performance bugPaul Eggert2020-08-24
* Clarify docs about line movementNoam Postavsky2020-08-21
* Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-04
* Merge from origin/emacs-27Glenn Morris2020-05-06
|\
| * * src/editfns.c (Fformat): Small documentation fix.Philipp Stephani2020-05-05
* | Simplify string-to-charPaul Eggert2020-04-26
* | Pacify gcc -Og x86-64Paul Eggert2020-04-17
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-27
* | line-beginning-position args can be bignumsPaul Eggert2020-03-25
* | Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-04
|/
* ; * src/editfns.c (Fbuffer_size): Tiny clarification.Philipp Stephani2020-02-13
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-09
* Correct regexp for flags in `format' doc stringMattias Engdegård2020-01-26
* Update copyright year to 2020Paul Eggert2020-01-01
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-16
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-27
* Fix byte-counting error in ‘format’Paul Eggert2019-11-14
* Remove INT_ADD_WRAPV bug workaroundsPaul Eggert2019-08-14
* ; Add commentary to recent changesEli Zaretskii2019-08-12
* Prefer signed when testing for signed overflowPaul Eggert2019-08-11
* Support "%x" etc. formats on more floatsPaul Eggert2019-07-23
* Fix typo in previous patchPaul Eggert2019-07-07
* Remove printmax_t etc.Paul Eggert2019-07-07
* * src/editfns.c (Fngettext): Fix typos in docstring.Juanma Barranquero2019-06-10
* Merge from origin/emacs-26Glenn Morris2019-04-10
|\
| * * src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)Eli Zaretskii2019-04-08
* | Port recent ngettext stub to non-glibcPaul Eggert2019-03-25
* | * lisp/international/mule-cmds.el (ngettext): Move to editfns.c.Juri Linkov2019-03-25
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* | * src/editfns.c: Fix docstring typo.Paul Eggert2019-03-10