From: Eli Zaretskii Date: Sat, 1 Nov 2003 17:57:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be69f6a59adcd0b547a2590346a37900006bcbd0;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b0e7c8aac21..8d1c23dfa0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2003-11-01 Mark A. Hershberger + + * xml.el: Allow comments following the top-level element. + Separate out namespace parsing into special functions. + Change namespace parsing to return ('ns-uri . "local-name") + instead of '{ns-uri}local-name. + 2003-11-01 era@iki.fi (tiny change) * dired.el (dired-ls-sorting-switches): Doc fix. diff --git a/man/ChangeLog b/man/ChangeLog index 9d6e182427f..c5b4e3939ef 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2003-11-01 Alan Mackenzie + + * search.texi (Scrolling During Incremental Search): Document a + new scrolling facility in isearch mode. + 2003-10-26 Karl Berry * info.texi (Info Search): echo area, not echo are. From Debian