aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-12-02 00:39:16 +0000
committerLuc Teirlinck2004-12-02 00:39:16 +0000
commit8b744bb89a264d2e2ac3767181ae0577131bcd8e (patch)
tree8f45fd293d8ac68426fd5c703a88700182f33514
parent34768dde09dd83cf0b64d9857df89c89bb0a2de8 (diff)
downloademacs-8b744bb89a264d2e2ac3767181ae0577131bcd8e.tar.gz
emacs-8b744bb89a264d2e2ac3767181ae0577131bcd8e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--man/ChangeLog10
2 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fc558de5e6e..94c3e757211 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12004-12-01 Luc Teirlinck <teirllm@auburn.edu>
2
3 * kmacro.el (kmacro-default-counter-format): New var.
4 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
5 (kmacro-display): Remove `nil' from `and' form. Delete call to
6 `format' inside `message'.
7 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8
12004-12-01 Stefan Monnier <monnier@iro.umontreal.ca> 92004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * pcvs.el (cvs-header-msg): New function. 11 * pcvs.el (cvs-header-msg): New function.
diff --git a/man/ChangeLog b/man/ChangeLog
index c8a9edc8f27..3ed65d6ab71 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,13 @@
12004-12-01 Luc Teirlinck <teirllm@auburn.edu>
2
3 * kmacro.texi: Several small changes in addition to the following.
4 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5 defining a keyboard macro.
6 Mention `kmacro-ring-max'.
7 (Keyboard Macro Counter): Clarify description of
8 `kmacro-insert-counter', `kmacro-set-counter',
9 `kmacro-add-counter' and `kmacro-set-format'.
10
12004-11-29 Reiner Steib <Reiner.Steib@gmx.de> 112004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2 12
3 * custom.texi (File Variables): Add `unibyte' and make it more 13 * custom.texi (File Variables): Add `unibyte' and make it more