From: Eli Zaretskii Date: Sat, 11 Mar 2006 16:26:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~3674 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f161146b7eddd861ef6f0537ee5a851a659b2137;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51c59046cc2..15805e16afb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-03-11 Eli Zaretskii + + * simple.el (yank): Fix last change. + 2006-03-11 David Ponce * ispell.el (ispell-find-aspell-dictionaries): Add aliases before diff --git a/src/ChangeLog b/src/ChangeLog index 59657be1d56..80eb880df73 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2006-03-11 David Ponce + + * xfns.c (x_create_tip_frame): Preserve received parms by copying + them. + 2006-03-11 Eli Zaretskii * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to