aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bef6c1593a7..8bd4426781d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12011-05-20 Paul Eggert <eggert@cs.ucla.edu>
2
3 merge count_size_as_multibyte, parse_str_to_multibyte
4 * character.c, character.h (count_size_as_multibyte):
5 Renamed from parse_str_to_multibyte; all uses changed.
6 Check for integer overflow.
7 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
8 since it's now a duplicate of the other. This is more of
9 a character than a buffer op, so better that it's in character.c.
10 * fns.c, print.c: Adjust to above changes.
11
12011-05-20 Eli Zaretskii <eliz@gnu.org> 122011-05-20 Eli Zaretskii <eliz@gnu.org>
2 13
3 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to 14 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to