diff options
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2930047ffe..276987b8aee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-07-23 Gerd Moellmann <gerd@gnu.org> + * play/animate.el (animate-birthday-present): Function removed. + * play/animate.el: New file. 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il> diff --git a/src/ChangeLog b/src/ChangeLog index f3424b7b0eb..5042dcf16b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-07-23 Gerd Moellmann <gerd@gnu.org> + + * coding.c (code_convert_region): Handle the multibyte case if + decoding ends with CODING_FINISH_INSUFFICIENT_SRC. + 2001-07-20 Gerd Moellmann <gerd@gnu.org> * dispextern.h (struct face): Change type of `stipple' to |