summaryrefslogtreecommitdiff
path: root/src/editfns.c
AgeCommit message (Expand)Author
2022-10-08Improved format string error message (bug#58168)Mattias Engdegård
2022-10-04Avoid assertion violations in STRING_CHAREli Zaretskii
2022-09-25Merge 'master' into noverlayStefan Monnier
2022-09-08; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.Eli Zaretskii
2022-08-23Merge master into feature/improved-locked-narrowing.Gregory Heytings
2022-08-21Minor improvements to locked narrowing.Gregory Heytings
2022-08-21; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement.Gregory Heytings
2022-08-21; * src/editfns.c (Fnarrow_to_region): Two forgotten cases.Gregory Heytings
2022-08-21Better way to protect redisplay routines from locked narrowings.Gregory Heytings
2022-08-21; Complete renaming to pos-bol and pos-eolMattias Engdegård
2022-08-21Rename newly-added eol/bol functions to pos-eol/pos-bolLars Ingebrigtsen
2022-08-21Fix user narrowing handling.Gregory Heytings
2022-08-20Improved locked narrowing.Gregory Heytings
2022-08-19; * src/editfns.c (Fline_beginning_position): Remove redundant parens.Eli Zaretskii
2022-08-19Add new functions eol and bolLars Ingebrigtsen
2022-08-18Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård
2022-08-02; Clarify documentation of "locked narrowing"Eli Zaretskii
2022-08-01Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings
2022-07-30Make sure to preserve point across locked narrowingEli Zaretskii
2022-07-29Minor improvements of recent documentation changesEli Zaretskii
2022-07-28Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings
2022-07-22Improve font locking in buffers with long lines (bug#56682).Gregory Heytings
2022-07-01* editfns.c (Fbyte_to_string): Use `make_unibyte_string`Stefan Monnier
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-05-15Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen
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