mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
*** empty log message ***
This commit is contained in:
parent
34768dde09
commit
8b744bb89a
2 changed files with 18 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* kmacro.el (kmacro-default-counter-format): New var.
|
||||
(kmacro-set-format): Use it. Delete `(printf format)' from prompt.
|
||||
(kmacro-display): Remove `nil' from `and' form. Delete call to
|
||||
`format' inside `message'.
|
||||
(kmacro-start-macro): Use `kmacro-default-counter-format'.
|
||||
|
||||
2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* pcvs.el (cvs-header-msg): New function.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,13 @@
|
|||
2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* kmacro.texi: Several small changes in addition to the following.
|
||||
(Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
|
||||
defining a keyboard macro.
|
||||
Mention `kmacro-ring-max'.
|
||||
(Keyboard Macro Counter): Clarify description of
|
||||
`kmacro-insert-counter', `kmacro-set-counter',
|
||||
`kmacro-add-counter' and `kmacro-set-format'.
|
||||
|
||||
2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* custom.texi (File Variables): Add `unibyte' and make it more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue