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