aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-01-19 23:46:31 +0000
committerStefan Monnier2005-01-19 23:46:31 +0000
commit7c018923b03fb5907df95a72336ca535f1f6b4e0 (patch)
tree757162a975ae208b91b05563e32cff162d729361 /lisp/ChangeLog
parentaa56124af51e80c65bfc143326aedaa96ec0e028 (diff)
downloademacs-7c018923b03fb5907df95a72336ca535f1f6b4e0.tar.gz
emacs-7c018923b03fb5907df95a72336ca535f1f6b4e0.zip
(ses-dotimes-msg): Remove macro. Use `dotimes-with-progress-reporter' instead.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f7eb4f9749c..05a6915355f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
2
3 * subr.el (dotimes-with-progress-reporter): New macro.
4
5 * ses.el (ses-dotimes-msg): Remove macro.
6 Use `dotimes-with-progress-reporter' instead.
7
12005-01-19 Steven Tamm <steventamm@mac.com> 82005-01-19 Steven Tamm <steventamm@mac.com>
2 9
3 * term/mac-win.el (process-connection-type): Use new 10 * term/mac-win.el (process-connection-type): Use new
@@ -34,6 +41,8 @@
34 41
352005-01-18 Stefan Monnier <monnier@iro.umontreal.ca> 422005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36 43
44 * simple.el (blink-matching-open): Strip extra info from syntax.
45
37 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other 46 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
38 funny chars in the end-of-here-doc marker. 47 funny chars in the end-of-here-doc marker.
39 48
@@ -6362,8 +6371,7 @@
6362 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp 6371 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
6363 so that it is more understanding of whitespace. 6372 so that it is more understanding of whitespace.
6364 6373
6365 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the 6374 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
6366 form
6367 (("ns" . "element") (attr-list) children) instead of 6375 (("ns" . "element") (attr-list) children) instead of
6368 ((:ns . "element") (attr-list) children) in order to reduce the 6376 ((:ns . "element") (attr-list) children) in order to reduce the
6369 number of symbols used. 6377 number of symbols used.