]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 8 Dec 2000 10:49:46 +0000 (10:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 8 Dec 2000 10:49:46 +0000 (10:49 +0000)
lisp/ChangeLog
src/ChangeLog

index a93ffc58088c62e3649d136b0520bfb7fb7846af..5011c0de5ddb2c42a7133c2207e7d17e77249e64 100644 (file)
@@ -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
index 85c4691d4d364c5c80be80adfc729bf3c40bfbbd..f668b87e4d8c0e9785441e7a9a20ec9d5c7d16da 100644 (file)
@@ -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.