diff options
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | man/ChangeLog | 10 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2004-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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de> | 11 | 2004-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 |