From 842b2a948ff8547895f2d2b9f7f7f43aa8878354 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 8 Dec 2000 10:49:46 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ src/ChangeLog | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a93ffc58088..5011c0de5dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-12-08 Gerd Moellmann + + * textmodes/ispell.el (ispell): Doc fix. + 2000-12-08 Kenichi Handa * international/quail.el (quail-insert-decode-map): Check the diff --git a/src/ChangeLog b/src/ChangeLog index 85c4691d4d3..f668b87e4d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +2000-12-08 Gerd Moellmann + + * keymap.c (current_minor_maps): Use malloc. Prevent a leak. + + * tparam.c (tparam1): Change the way buffers are reallocated to be + portable and less obfuscated. + + * termcap.c (tgetent): Change the way buffers are reallocated to + be portable and less obfuscated. + + * macros.c (store_kbd_macro_char): Change the way buffers are + reallocated to be portable and less obfuscated. + + * lread.c (read1): Change the way buffers are reallocated to be + portable and less obfuscated. + + * doc.c (Fsubstitute_command_keys): Change the way buffers + are reallocated so that it is portable. + 2000-12-07 Eli Zaretskii * dosfns.c (Ffile_system_info): New function. -- 2.39.5