aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Rename newly-added eol/bol functions to pos-eol/pos-bolLars Ingebrigtsen2022-08-211-4/+4
* | | Minor improvements to locked narrowing.Gregory Heytings2022-08-211-5/+5
* | | ; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement.Gregory Heytings2022-08-211-2/+2
* | | ; * src/editfns.c (Fnarrow_to_region): Two forgotten cases.Gregory Heytings2022-08-211-0/+2
* | | Better way to protect redisplay routines from locked narrowings.Gregory Heytings2022-08-211-12/+24
* | | Fix user narrowing handling.Gregory Heytings2022-08-211-2/+19
* | | Improved locked narrowing.Gregory Heytings2022-08-201-73/+95
|/ /
* | ; * src/editfns.c (Fline_beginning_position): Remove redundant parens.Eli Zaretskii2022-08-191-1/+1
* | Add new functions eol and bolLars Ingebrigtsen2022-08-191-32/+66
* | Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-181-10/+5
* | ; Clarify documentation of "locked narrowing"Eli Zaretskii2022-08-021-2/+4
* | Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-011-22/+30
* | Make sure to preserve point across locked narrowingEli Zaretskii2022-07-301-0/+1
* | Minor improvements of recent documentation changesEli Zaretskii2022-07-291-2/+2
* | Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings2022-07-281-19/+62
* | Improve font locking in buffers with long lines (bug#56682).Gregory Heytings2022-07-221-0/+12
* | * editfns.c (Fbyte_to_string): Use `make_unibyte_string`Stefan Monnier2022-07-011-1/+1
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-4/+4
* | Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-151-1/+1
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-6/+6
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Explain why we remove stuff from 'user-full-name'Eli Zaretskii2021-12-251-2/+7
* | ; Remove an obsolete commentKarl Fogel2021-11-281-3/+0
* | 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