# HG changeset patch # User Stefan Monnier # Date 1106178391 0 # Node ID bc3232a12020b1c1e3b7884aef1825d092735853 # Parent e57ef5d6d52193f673e60a3371eb1628324272b0 *** empty log message *** diff -r e57ef5d6d521 -r bc3232a12020 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jan 19 23:46:06 2005 +0000 +++ b/lisp/ChangeLog Wed Jan 19 23:46:31 2005 +0000 @@ -1,3 +1,10 @@ +2005-01-10 Paul Pogonyshev + + * subr.el (dotimes-with-progress-reporter): New macro. + + * ses.el (ses-dotimes-msg): Remove macro. + Use `dotimes-with-progress-reporter' instead. + 2005-01-19 Steven Tamm * term/mac-win.el (process-connection-type): Use new @@ -34,6 +41,8 @@ 2005-01-18 Stefan Monnier + * simple.el (blink-matching-open): Strip extra info from syntax. + * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other funny chars in the end-of-here-doc marker. @@ -6362,8 +6371,7 @@ * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp so that it is more understanding of whitespace. - * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the - form + * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form (("ns" . "element") (attr-list) children) instead of ((:ns . "element") (attr-list) children) in order to reduce the number of symbols used.