aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 85c4691d4d3..f668b87e4d8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12000-12-08 Gerd Moellmann <gerd@gnu.org>
2
3 * keymap.c (current_minor_maps): Use malloc. Prevent a leak.
4
5 * tparam.c (tparam1): Change the way buffers are reallocated to be
6 portable and less obfuscated.
7
8 * termcap.c (tgetent): Change the way buffers are reallocated to
9 be portable and less obfuscated.
10
11 * macros.c (store_kbd_macro_char): Change the way buffers are
12 reallocated to be portable and less obfuscated.
13
14 * lread.c (read1): Change the way buffers are reallocated to be
15 portable and less obfuscated.
16
17 * doc.c (Fsubstitute_command_keys): Change the way buffers
18 are reallocated so that it is portable.
19
12000-12-07 Eli Zaretskii <eliz@is.elta.co.il> 202000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2 21
3 * dosfns.c (Ffile_system_info): New function. 22 * dosfns.c (Ffile_system_info): New function.