]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 24 Sep 2001 09:28:24 +0000 (09:28 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 24 Sep 2001 09:28:24 +0000 (09:28 +0000)
lisp/ChangeLog
src/ChangeLog

index cf5e0078bbc9fe4113efef2d455c89cf27782048..59da393636abc2573e52c6bd587b8eca004345b6 100644 (file)
@@ -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
index 7aae3f9aba3bcb2fc38e69c778b3212eb08ed77c..62bbfe24f2f9d46b43ef51fb542599f734b3fe8f 100644 (file)
@@ -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