Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Fstart_kbd_macro): Remove redundant assignment. | Stefan Monnier | 2003-02-22 | 1 | -2/+2 |
| | |||||
* | (Fstart_kbd_macro): If appending, and last keyboard | Kim F. Storm | 2003-02-12 | 1 | -2/+11 |
| | | | | | macro is a string, convert meta modifiers in string when copying the string into a vector. | ||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -9/+9 |
| | |||||
* | (end_kbd_macro): New function. | Kim F. Storm | 2002-09-09 | 1 | -6/+14 |
| | | | | (Fend_kbd_macro): Use it. | ||||
* | (executing_macro_index): Change type to EMACS_INT. | Kim F. Storm | 2002-09-08 | 1 | -1/+4 |
| | | | | (syms_of_macros): DEFVAR_INT it (needed by kmacro). | ||||
* | (Fstart_kbd_macro): Added NO-EXEC argument to inhibit | Kim F. Storm | 2002-08-14 | 1 | -23/+44 |
| | | | | | | | executing macro before appending to it (when used from Lisp). (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function which is called prior to each iteration of macro (for kmacro.el). (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise. | ||||
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-12-11 | 1 | -37/+37 |
| | |||||
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -1/+1 |
| | |||||
* | Don't include keymap.h any more. | Stefan Monnier | 2001-11-02 | 1 | -1/+0 |
| | |||||
* | (keys_of_macros): Remove. | Stefan Monnier | 2001-10-31 | 1 | -8/+0 |
| | |||||
* | Include keymap.h. | Stefan Monnier | 2001-10-10 | 1 | -0/+1 |
| | |||||
* | (store_kbd_macro_char): Fix computation of kbd_macro_end. | Gerd Moellmann | 2001-09-05 | 1 | -17/+15 |
| | |||||
* | (Fstart_kbd_macro): Doc fix. | Gerd Moellmann | 2001-05-28 | 1 | -1/+1 |
| | |||||
* | (Qkbd_macro_termination_hook): New variable. | Gerd Moellmann | 2001-01-08 | 1 | -2/+5 |
| | | | | | (syms_of_macros): Initialize and staticpro it. (pop_kbd_macro): Run kbd-macro-termination-hook. | ||||
* | (store_kbd_macro_char): Change the way buffers are | Gerd Moellmann | 2000-12-08 | 1 | -8/+11 |
| | | | | reallocated to be portable and less obfuscated. | ||||
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -0/+1 |
| | |||||
* | (Fstart_kbd_macro): Handle case where last-kbd-macro | Richard M. Stallman | 1999-12-13 | 1 | -2/+30 |
| | | | | has been changed by the Lisp code. | ||||
* | (Fexecute_kbd_macro): Save real_this_command. | Karl Heuer | 1999-03-30 | 1 | -5/+9 |
| | | | | | (pop_kbd_macro): Restore the saved real_this_command. (Fcall_last_kbd_macro): Set real_this_command to the macro. | ||||
* | (Fexecute_kbd_macro): Initialize executing_macro_iterations at beginning. | Karl Heuer | 1999-03-14 | 1 | -0/+2 |
| | |||||
* | (Fexecute_kbd_macro): Set real_this_command. | Richard M. Stallman | 1998-10-12 | 1 | -0/+4 |
| | |||||
* | (Fcall_last_kbd_macro): this_command renamed to Vthis_command. | Richard M. Stallman | 1998-08-09 | 1 | -2/+2 |
| | |||||
* | (Fexecute_kbd_macro): Fix error message. | Richard M. Stallman | 1998-08-06 | 1 | -2/+2 |
| | | | | (Fend_kbd_macro): Fix error message. | ||||
* | (store_kbd_macro_char): Define as returning nothing. | Andreas Schwab | 1997-11-21 | 1 | -0/+5 |
| | | | | | | | (finalize_kbd_macro_chars): Likewise. (init_macros): Likewise. (syms_of_macros): Likewise. (keys_of_macros): Likewise. | ||||
* | (Fcall_last_kbd_macro): Set this_command from last_command | Richard M. Stallman | 1996-11-11 | 1 | -0/+10 |
| | | | | on entry and again on exit. | ||||
* | (init_macros): Initialize executing_macro, too. | Erik Naggum | 1996-08-29 | 1 | -0/+1 |
| | |||||
* | (executing_macro_iterations, executing_macro): New vars. | Richard M. Stallman | 1996-08-29 | 1 | -0/+26 |
| | | | | (Fexecute_kbd_macro): Set them. | ||||
* | (Fstart_kbd_macro): Add missing xrealloc arg. | Karl Heuer | 1996-05-12 | 1 | -1/+2 |
| | |||||
* | * macros.c (Fstart_kbd_macro): Use xmalloc. | Karl Heuer | 1996-01-24 | 1 | -4/+10 |
| | | | | Shrink the kbd macro buffer if it is very big. | ||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | (Fexecute_kbd_macro): Reindent properly. | Erik Naggum | 1996-01-09 | 1 | -4/+5 |
| | |||||
* | (Fexecute_kbd_macro): Local var `pdlcount' renamed from | Karl Heuer | 1996-01-09 | 1 | -4/+5 |
| | | | | `count' to remove collision with recently renamed argument. | ||||
* | (Fend_kbd_macro, Fexecute_kbd_macro): Harmonize arguments with | Erik Naggum | 1996-01-09 | 1 | -15/+15 |
| | | | | documentation. | ||||
* | (Fstore_kbd_macro_event): New function. | Karl Heuer | 1995-12-21 | 1 | -0/+11 |
| | | | | (syms_of_macros): defsubr it. | ||||
* | (Fcancel_kbd_macro_events): New function. | Richard M. Stallman | 1995-08-13 | 1 | -0/+9 |
| | | | | (syms_of_macros): defsubr it. | ||||
* | (Fexecute_kbd_macro): Vprefix_arg is now part of kboard. | Karl Heuer | 1995-06-07 | 1 | -1/+1 |
| | |||||
* | Include keyboard.h. | Richard M. Stallman | 1995-04-10 | 1 | -0/+1 |
| | |||||
* | Rename perdisplay to kboard. | Karl Heuer | 1995-03-15 | 1 | -38/+38 |
| | |||||
* | (Fexecute_kbd_macro): current_perdisplay now is never null. | Karl Heuer | 1995-03-13 | 1 | -2/+0 |
| | |||||
* | (Fstart_kbd_macro): Access Vlast_kbd_macro via perdisplay. | Karl Heuer | 1995-03-08 | 1 | -13/+11 |
| | | | | | | | (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise. (init_macros): Delete initialization. (syms_of_macros): Use DEFVAR_DISPLAY for Vlast_kbd_macro. Doc fix for executing-macro, executing-kbd-macro, last-kbd-macro. | ||||
* | (defining_kbd_macro): Delete; now part of perdisplay. All uses changed. | Karl Heuer | 1995-03-03 | 1 | -45/+36 |
| | | | | | | | | (kbd_macro_buffer, kbd_macro_ptr, kbd_macro_end): Likewise. (kbd_macro_bufsize): Likewise. (Fstart_kbd_macro): Initialize kbd_macro_buffer if not already done. (init_macros): Delete initialization of defining_kbd_macro. (syms_of_macros): Delete initialization of kbd_macro_buffer. | ||||
* | (Fexecute_kbd_macro): Use clear_prefix_arg. | Karl Heuer | 1995-03-01 | 1 | -1/+1 |
| | |||||
* | (Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1. | Karl Heuer | 1995-02-01 | 1 | -0/+3 |
| | |||||
* | (Fend_kbd_macro, Fexecute_kbd_macro): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
| | |||||
* | (Fexecute_kbd_macro): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -4/+3 |
| | |||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | |||||
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
| | |||||
* | (Fend_kbd_macro): Fix call to make_event_array. | Richard M. Stallman | 1993-03-05 | 1 | -2/+2 |
| | |||||
* | * macros.c (Fend_kbd_macro): Don't use XFASTINT to check if arg is | Jim Blandy | 1992-12-12 | 1 | -2/+4 |
| | | | | | | | negative; XFASTINT only works on values known to be positive. (Fexecute_kbd_macro): Check QUIT in the repetition loop. If the macro is null, no characters are actually being read, so this matters. | ||||
* | entered into RCS | Jim Blandy | 1992-05-18 | 1 | -5/+3 |
| |