-2004-10-11 Kim F. Storm <storm@cua.dk>
+2004-10-12 Kim F. Storm <storm@cua.dk>
+
+ * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
+ reset kmacro-initial-counter-value if set.
+ (kmacro-set-counter): Only set kmacro-counter if defining or executing
+ macro. Set kmacro-initial-counter-value otherwise. Never set both.
+ (kmacro-display): Show macro counter if non-zero.
* subr.el (substitute-key-definition): Mention command remapping
in doc string.
+2004-10-12 Kim F. Storm <storm@cua.dk>
+
+ * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
+ are no ordinary bindings.
+
2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also.
* mac.c (mktime): Use emacs_mktime
(Fdo_applescript): Add BLOCK_INPUT around do_applescript
(Fmac_paste_function): Add better error handling for carbon
- cut/paste
+ cut/paste
2004-10-10 Kim F. Storm <storm@cua.dk>