diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ea34def5ded..773a09121fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,9 @@ | |||
| 3 | * search.c (Freplace_match): Use make_specified_string. | 3 | * search.c (Freplace_match): Use make_specified_string. |
| 4 | * xterm.c, w32term.c (x_set_glyph_string_gc): Use emacs_abort | 4 | * xterm.c, w32term.c (x_set_glyph_string_gc): Use emacs_abort |
| 5 | to catch bogus override face of glyph strings. | 5 | to catch bogus override face of glyph strings. |
| 6 | * fns.c (Fsubstring, Fsubstring_no_properties, secure_hash): | ||
| 7 | Move common substring range checking code to... | ||
| 8 | (validate_substring): ...this function. | ||
| 6 | 9 | ||
| 7 | 2014-03-31 Jan Djärv <jan.h.d@swipnet.se> | 10 | 2014-03-31 Jan Djärv <jan.h.d@swipnet.se> |
| 8 | 11 | ||