diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9f676a6518d..fc47fbc8978 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Do not allow out-of-range character position in Fcompare_strings. | ||
| 4 | * fns.c (validate_subarray): Add prototype. | ||
| 5 | (Fcompare_substring): Use validate_subarray to check ranges. | ||
| 6 | Adjust comment to mention that the semantics was changed. Also see | ||
| 7 | http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00447.html. | ||
| 8 | |||
| 1 | 2014-06-24 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-06-24 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Be more consistent about the 'Qfoo' naming convention. | 11 | Be more consistent about the 'Qfoo' naming convention. |