summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAge
...
| * Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-28
| |\
| | * Fix `get-pos-property' for the new overlay implementation.Matt Armstrong2022-10-22
| | * Fix a narrow-to-region vs. overlays-at bugMatt Armstrong2022-10-21
| | * Merge 'master' into noverlayStefan Monnier2022-09-25
| | |\
| | * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-04
| * | | Improved format string error message (bug#58168)Mattias Engdegård2022-10-08
| * | | Avoid assertion violations in STRING_CHAREli Zaretskii2022-10-04
| | |/ | |/|
| * | ; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.Eli Zaretskii2022-09-08
* | | Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-08-23
|\| |
| * | ; Complete renaming to pos-bol and pos-eolMattias Engdegård2022-08-21
| * | Rename newly-added eol/bol functions to pos-eol/pos-bolLars Ingebrigtsen2022-08-21
* | | Minor improvements to locked narrowing.Gregory Heytings2022-08-21
* | | ; * src/editfns.c (Fnarrowing_lock): Minor docstring improvement.Gregory Heytings2022-08-21
* | | ; * src/editfns.c (Fnarrow_to_region): Two forgotten cases.Gregory Heytings2022-08-21
* | | Better way to protect redisplay routines from locked narrowings.Gregory Heytings2022-08-21
* | | Fix user narrowing handling.Gregory Heytings2022-08-21
* | | Improved locked narrowing.Gregory Heytings2022-08-20
|/ /
* | ; * src/editfns.c (Fline_beginning_position): Remove redundant parens.Eli Zaretskii2022-08-19
* | Add new functions eol and bolLars Ingebrigtsen2022-08-19
* | Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-18
* | ; Clarify documentation of "locked narrowing"Eli Zaretskii2022-08-02
* | Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-01
* | Make sure to preserve point across locked narrowingEli Zaretskii2022-07-30
* | Minor improvements of recent documentation changesEli Zaretskii2022-07-29
* | Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings2022-07-28
* | Improve font locking in buffers with long lines (bug#56682).Gregory Heytings2022-07-22
* | * editfns.c (Fbyte_to_string): Use `make_unibyte_string`Stefan Monnier2022-07-01
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* | Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-15
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Explain why we remove stuff from 'user-full-name'Eli Zaretskii2021-12-25
* | ; Remove an obsolete commentKarl Fogel2021-11-28
* | 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