Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-01-13 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-11-26 | 1 | -2/+2 |
| | |||||
* | Initial revision | Jim Blandy | 1991-04-28 | 1 | -0/+270 |