summaryrefslogtreecommitdiff
path: root/src/macros.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.Kim F. Storm2006-07-121-4/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (executing_kbd_macro_index): Rename from executing_macro_index.Kim F. Storm2005-05-021-15/+15
* (Vexecuting_kbd_macro): Renamed from Vexecuting_macro. All uses changed.Richard M. Stallman2005-05-011-13/+11
* (syms_of_macros) <defining-kbd-macro>: Doc fix.Luc Teirlinck2004-11-051-1/+3
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (Fstart_kbd_macro): Remove redundant assignment.Stefan Monnier2003-02-221-2/+2
* (Fstart_kbd_macro): If appending, and last keyboardKim F. Storm2003-02-121-2/+11
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-9/+9
* (end_kbd_macro): New function.Kim F. Storm2002-09-091-6/+14
* (executing_macro_index): Change type to EMACS_INT.Kim F. Storm2002-09-081-1/+4
* (Fstart_kbd_macro): Added NO-EXEC argument to inhibitKim F. Storm2002-08-141-23/+44
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-12-111-37/+37
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-1/+1
* Don't include keymap.h any more.Stefan Monnier2001-11-021-1/+0
* (keys_of_macros): Remove.Stefan Monnier2001-10-311-8/+0
* Include keymap.h.Stefan Monnier2001-10-101-0/+1
* (store_kbd_macro_char): Fix computation of kbd_macro_end.Gerd Moellmann2001-09-051-17/+15
* (Fstart_kbd_macro): Doc fix.Gerd Moellmann2001-05-281-1/+1
* (Qkbd_macro_termination_hook): New variable.Gerd Moellmann2001-01-081-2/+5
* (store_kbd_macro_char): Change the way buffers areGerd Moellmann2000-12-081-8/+11
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-0/+1
* (Fstart_kbd_macro): Handle case where last-kbd-macroRichard M. Stallman1999-12-131-2/+30
* (Fexecute_kbd_macro): Save real_this_command.Karl Heuer1999-03-301-5/+9
* (Fexecute_kbd_macro): Initialize executing_macro_iterations at beginning.Karl Heuer1999-03-141-0/+2
* (Fexecute_kbd_macro): Set real_this_command.Richard M. Stallman1998-10-121-0/+4
* (Fcall_last_kbd_macro): this_command renamed to Vthis_command.Richard M. Stallman1998-08-091-2/+2
* (Fexecute_kbd_macro): Fix error message.Richard M. Stallman1998-08-061-2/+2
* (store_kbd_macro_char): Define as returning nothing.Andreas Schwab1997-11-211-0/+5
* (Fcall_last_kbd_macro): Set this_command from last_commandRichard M. Stallman1996-11-111-0/+10
* (init_macros): Initialize executing_macro, too.Erik Naggum1996-08-291-0/+1
* (executing_macro_iterations, executing_macro): New vars.Richard M. Stallman1996-08-291-0/+26
* (Fstart_kbd_macro): Add missing xrealloc arg.Karl Heuer1996-05-121-1/+2
* * macros.c (Fstart_kbd_macro): Use xmalloc.Karl Heuer1996-01-241-4/+10
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fexecute_kbd_macro): Reindent properly.Erik Naggum1996-01-091-4/+5
* (Fexecute_kbd_macro): Local var `pdlcount' renamed fromKarl Heuer1996-01-091-4/+5
* (Fend_kbd_macro, Fexecute_kbd_macro): Harmonize arguments withErik Naggum1996-01-091-15/+15
* (Fstore_kbd_macro_event): New function.Karl Heuer1995-12-211-0/+11
* (Fcancel_kbd_macro_events): New function.Richard M. Stallman1995-08-131-0/+9
* (Fexecute_kbd_macro): Vprefix_arg is now part of kboard.Karl Heuer1995-06-071-1/+1
* Include keyboard.h.Richard M. Stallman1995-04-101-0/+1
* Rename perdisplay to kboard.Karl Heuer1995-03-151-38/+38