changeset 34365:4b5f1340bd03

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 08 Dec 2000 10:49:46 +0000
parents 243429d5e6d2
children bf44a3e27334
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
+
+	* textmodes/ispell.el (ispell): Doc fix.
+
 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
 
 	* international/quail.el (quail-insert-decode-map): Check the
--- 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  <gerd@gnu.org>
+
+	* 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  <eliz@is.elta.co.il>
 
 	* dosfns.c (Ffile_system_info): New function.