# HG changeset patch # User Gerd Moellmann # Date 976272586 0 # Node ID 4b5f1340bd03b7a730afeb927c7f36b34eda6fdd # Parent 243429d5e6d29e4036699dad3d82b94cfea081ea *** empty log message *** diff -r 243429d5e6d2 -r 4b5f1340bd03 lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 08 10:49:20 2000 +0000 +++ b/lisp/ChangeLog Fri Dec 08 10:49:46 2000 +0000 @@ -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 -r 243429d5e6d2 -r 4b5f1340bd03 src/ChangeLog --- a/src/ChangeLog Fri Dec 08 10:49:20 2000 +0000 +++ b/src/ChangeLog Fri Dec 08 10:49:46 2000 +0000 @@ -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.