Mercurial > emacs
changeset 39408:c0489c3f4bd9
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 24 Sep 2001 09:28:24 +0000 |
parents | e6b056005c49 |
children | f31083337897 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Sep 24 09:26:53 2001 +0000 +++ b/lisp/ChangeLog Mon Sep 24 09:28:24 2001 +0000 @@ -1,3 +1,9 @@ +2001-09-24 Gerd Moellmann <gerd@gnu.org> + + * xml.el (xml-parse-attlist): Quotes around attributes must be the + same on each side. Make sure we properly handle simple quotes. + From Daiki Ueno <ueno@unixuser.org>. + 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
--- a/src/ChangeLog Mon Sep 24 09:26:53 2001 +0000 +++ b/src/ChangeLog Mon Sep 24 09:28:24 2001 +0000 @@ -1,3 +1,8 @@ +2001-09-24 Gerd Moellmann <gerd@gnu.org> + + * process.c (sigchld_handler) [LINUX]: Don't return from + the signal handler at the end of the loop. + 2001-09-21 Gerd Moellmann <gerd@gnu.org> * sysdep.c (wait_for_termination) [POSIX_SIGNALS]: Terminate