diff options
| author | Dmitry Antipov | 2014-06-25 16:53:12 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-06-25 16:53:12 +0400 |
| commit | 3f107ef79783017ce7ffe7e7477a09524bea1330 (patch) | |
| tree | 476bf3e1951f00d275f9c899b5a31e39e38226f9 /src | |
| parent | 51e12e8e9411e5d050c36ef6d8777445a5497972 (diff) | |
| download | emacs-3f107ef79783017ce7ffe7e7477a09524bea1330.tar.gz emacs-3f107ef79783017ce7ffe7e7477a09524bea1330.zip | |
Fix ChangeLog entry.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 24b8e711420..8b0149bc5f4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,8 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | Consistently use validate_subarray to verify substring. | 3 | Consistently use validate_subarray to verify substring. |
| 4 | * fns.c (validate_substring): Not static any more. Adjust to | 4 | * fns.c (validate_substring): Not static any more. Adjust to |
| 5 | use ptrdiff_t, not EMACS_INT, becase string and vector limits | 5 | use ptrdiff_t, not EMACS_INT, because string and vector limits |
| 6 | can't exceed ptrdiff_t even if EMACS_INT is wider. | 6 | can't exceed ptrdiff_t even if EMACS_INT is wider. |
| 7 | (Fcompare_strings, Fsubstring, Fsubstring_no_properties) | ||
| 8 | (secure_hash): Adjust user. | ||
| 7 | * lisp.h (validate_subarray): Add prototype. | 9 | * lisp.h (validate_subarray): Add prototype. |
| 8 | * coding.c (Fundecodable_char_position): | 10 | * coding.c (Fundecodable_char_position): |
| 9 | * composite.c (Fcomposition_get_gstring, Fcompose_string_internal): | 11 | * composite.c (Fcomposition_get_gstring, Fcompose_string_internal): |