aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-08 10:49:46 +0000
committerGerd Moellmann2000-12-08 10:49:46 +0000
commit842b2a948ff8547895f2d2b9f7f7f43aa8878354 (patch)
tree5d17bd92034d529ea2f1b03361c42e0bd24d5d71 /src
parent3dfd2532dd75a71fd0c011e6c0f4d2e5f38f1e7f (diff)
downloademacs-842b2a948ff8547895f2d2b9f7f7f43aa8878354.tar.gz
emacs-842b2a948ff8547895f2d2b9f7f7f43aa8878354.zip
*** empty log message ***
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.