changeset 59650:bc3232a12020

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 Jan 2005 23:46:31 +0000
parents e57ef5d6d521
children 939528a9d14b
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <pogonyshev@gmx.net>
+
+	* 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  <steventamm@mac.com>
 
 	* term/mac-win.el (process-connection-type): Use new
@@ -34,6 +41,8 @@
 
 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* 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.