comparison lisp/ChangeLog @ 52222:2573b58491df

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 17 Aug 2003 22:04:05 +0000
parents 3b667778594f
children 20e27d5ca4c8
comparison
equal deleted inserted replaced
52221:3b667778594f 52222:2573b58491df
1 2003-08-18 Kim F. Storm <storm@cua.dk>
2
3 * kmacro.el (kmacro-keymap): Group related bindings in
4 initialization for clarity. Bind C-s to start macro.
5 Remove C-r binding.
6 (kmacro-initial-counter-value): New defvar to hold initial counter
7 value in case we set the value before defining a macro.
8 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
9 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10 not defining or executing macro. Doc fix.
11 (kmacro-add-counter): Clear kmacro-initial-counter-value.
12 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13 temporarily view older elements on the macro ring without cycling
14 the ring.
15 (kmacro-display): Doc fix.
16 (kmacro-exec-ring-item): New helper function.
17 (kmacro-call-ring-2nd): Use it.
18 (kmacro-call-ring-2nd-repeat): Doc fix.
19 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20 (kmacro-end-or-call-macro): Execute last viewed macro (using
21 kmacro-exec-ring-item) from ring if this follows
22 kmacro-view-macro. This allows us to find a macro on the ring
23 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24 the ring to bring it to the head of the ring.
25 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
26 Allow binding to reserved keys without specifying C-x C-k prefix.
27 Ask for confirmation if entered key sequence is already bound to
28 a non-macro command.
29 (kmacro-view-macro): Repeating command will show older elements
30 on the macro ring; C-k will execute the last viewed macro.
31 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
32 property from 'ring to 'head.
33
1 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu> 34 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
2 35
3 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to 36 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
4 defcustom, because the default was recently changed. 37 defcustom, because the default was recently changed.
5 38