index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
editfns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/feature/noverlay'
Stefan Monnier
2022-10-28
1
-49
/
+18
|
\
|
*
Fix `get-pos-property' for the new overlay implementation.
Matt Armstrong
2022-10-22
1
-3
/
+13
|
*
Fix a narrow-to-region vs. overlays-at bug
Matt Armstrong
2022-10-21
1
-1
/
+1
|
*
Merge 'master' into noverlay
Stefan Monnier
2022-09-25
1
-1913
/
+1064
|
|
\
|
*
|
Provide a new tree data-structure for overlays.
Andreas Politz
2017-10-04
1
-50
/
+6
*
|
|
Improved format string error message (bug#58168)
Mattias Engdegård
2022-10-08
1
-4
/
+9
*
|
|
Avoid assertion violations in STRING_CHAR
Eli Zaretskii
2022-10-04
1
-1
/
+3
|
|
/
|
/
|
*
|
; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.
Eli Zaretskii
2022-09-08
1
-4
/
+1
*
|
; Complete renaming to pos-bol and pos-eol
Mattias Engdegård
2022-08-21
1
-2
/
+2
*
|
Rename newly-added eol/bol functions to pos-eol/pos-bol
Lars Ingebrigtsen
2022-08-21
1
-4
/
+4
*
|
; * src/editfns.c (Fline_beginning_position): Remove redundant parens.
Eli Zaretskii
2022-08-19
1
-1
/
+1
*
|
Add new functions eol and bol
Lars Ingebrigtsen
2022-08-19
1
-32
/
+66
*
|
Copy-edit doc strings and comments wrt bignum and fixnum
Mattias Engdegård
2022-08-18
1
-10
/
+5
*
|
; Clarify documentation of "locked narrowing"
Eli Zaretskii
2022-08-02
1
-2
/
+4
*
|
Fix the bytecode incompatibility due to the change to 'narrow-to-region'.
Gregory Heytings
2022-08-01
1
-22
/
+30
*
|
Make sure to preserve point across locked narrowing
Eli Zaretskii
2022-07-30
1
-0
/
+1
*
|
Minor improvements of recent documentation changes
Eli Zaretskii
2022-07-29
1
-2
/
+2
*
|
Add an optional 'lock' parameter to 'narrow-to-region'
Gregory Heytings
2022-07-28
1
-19
/
+62
*
|
Improve font locking in buffers with long lines (bug#56682).
Gregory Heytings
2022-07-22
1
-0
/
+12
*
|
* editfns.c (Fbyte_to_string): Use `make_unibyte_string`
Stefan Monnier
2022-07-01
1
-1
/
+1
*
|
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-16
1
-4
/
+4
*
|
Add OVERRIDES argument to prin1/prin1-to-string
Lars Ingebrigtsen
2022-05-15
1
-1
/
+1
*
|
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-6
/
+6
*
|
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Explain why we remove stuff from 'user-full-name'
Eli Zaretskii
2021-12-25
1
-2
/
+7
*
|
; Remove an obsolete comment
Karl Fogel
2021-11-28
1
-3
/
+0
*
|
Adjust how `replace-match' runs modification hooks
Lars Ingebrigtsen
2021-07-31
1
-3
/
+4
*
|
Code cleanup wrt file locks
Michael Albinus
2021-07-08
1
-1
/
+1
*
|
Don't account for character compositions in 'format' and friends
Eli Zaretskii
2021-05-30
1
-1
/
+1
*
|
* src/editfns.c (Finsert_char): Add docstring reference to read-char-by-name.
Juri Linkov
2021-05-22
1
-2
/
+2
*
|
* src/editfns.c (Fpropertize): Doc fix; reference Info manual.
Stefan Kangas
2021-04-26
1
-0
/
+2
*
|
Add two optional arguments to 'string-width'
Eli Zaretskii
2021-04-14
1
-5
/
+4
*
|
Don’t convert pointer to bool
Paul Eggert
2021-03-19
1
-1
/
+1
*
|
Document that `buffer-string' retains text properties
Lars Ingebrigtsen
2021-03-18
1
-1
/
+5
*
|
Improve wrong number of args error message in propertize
Stefan Kangas
2021-02-22
1
-1
/
+2
*
|
Fix copying text properties in 'format'
Eli Zaretskii
2021-02-06
1
-1
/
+9
*
|
Support 'operating-system-release' on MS-Windows
Eli Zaretskii
2021-01-29
1
-1
/
+6
*
|
Improve doc string of 'operating-system-release'
Eli Zaretskii
2021-01-29
1
-1
/
+3
*
|
operating-system-release doc string improvement
Lars Ingebrigtsen
2021-01-29
1
-1
/
+1
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Make goto-char offer the number at point as default
Daniel Martín
2020-12-14
1
-2
/
+7
*
|
Simplify getting value of text-quoting-style (Bug#44471)
Stefan Kangas
2020-11-09
1
-3
/
+3
*
|
Don't leave lock files after 'replace-buffer-contents'
Eli Zaretskii
2020-11-07
1
-0
/
+7
*
|
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-1
/
+1
*
|
replace-buffer-contents cleanups
Paul Eggert
2020-08-24
1
-44
/
+46
*
|
Fix replace-region-contents performance bug
Paul Eggert
2020-08-24
1
-16
/
+15
*
|
Clarify docs about line movement
Noam Postavsky
2020-08-21
1
-1
/
+2
*
|
Drop support for -fcheck-pointer-bounds
Paul Eggert
2020-08-04
1
-3
/
+0
*
|
Merge from origin/emacs-27
Glenn Morris
2020-05-06
1
-1
/
+1
|
\
\
|
*
|
* src/editfns.c (Fformat): Small documentation fix.
Philipp Stephani
2020-05-05
1
-1
/
+1
[next]