log src/macros.c @ 112138:3d3d7ef762fd

age author description
2010-07-29 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
2010-07-08 Dan Nicolaescu Convert DEFUNs to standard C.
2010-07-04 Dan Nicolaescu Convert (most) functions in src to standard C.
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-11-06 Dan Nicolaescu * xterm.c (syms_of_xterm):
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-01-09 Miles Bader Merge from emacs--devo--0
2007-07-27 Miles Bader Merge from emacs--devo--0
2007-01-26 Miles Bader Merge from emacs--devo--0
2006-07-19 Miles Bader Merge from emacs--devo--0
2006-02-08 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
2005-08-26 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
2005-07-07 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
2005-05-05 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
2004-11-12 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70
2004-04-16 Kenichi Handa Sync to HEAD
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-07-12 Kim F. Storm (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-05-02 Kim F. Storm (executing_kbd_macro_index): Rename from executing_macro_index.
2005-05-01 Richard M. Stallman (Vexecuting_kbd_macro): Renamed from Vexecuting_macro. All uses changed.
2004-11-05 Luc Teirlinck (syms_of_macros) <defining-kbd-macro>: Doc fix.
2003-09-01 Miles Bader Add arch taglines
2003-02-22 Stefan Monnier (Fstart_kbd_macro): Remove redundant assignment.
2003-02-12 Kim F. Storm (Fstart_kbd_macro): If appending, and last keyboard
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2002-09-09 Kim F. Storm (end_kbd_macro): New function.
2002-09-08 Kim F. Storm (executing_macro_index): Change type to EMACS_INT.
2002-08-14 Kim F. Storm (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2001-12-11 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-11-02 Stefan Monnier Don't include keymap.h any more.
2001-10-31 Stefan Monnier (keys_of_macros): Remove.
2001-10-10 Stefan Monnier Include keymap.h.
2001-09-05 Gerd Moellmann (store_kbd_macro_char): Fix computation of kbd_macro_end.
2001-05-29 Gerd Moellmann *** empty log message ***
2001-01-08 Gerd Moellmann (Qkbd_macro_termination_hook): New variable.
2000-12-08 Gerd Moellmann (store_kbd_macro_char): Change the way buffers are
2000-09-21 Gerd Moellmann Avoid some more compiler warnings.
1999-12-13 Richard M. Stallman (Fstart_kbd_macro): Handle case where last-kbd-macro
1999-03-30 Karl Heuer (Fexecute_kbd_macro): Save real_this_command.
1999-03-14 Karl Heuer (Fexecute_kbd_macro): Initialize executing_macro_iterations at beginning.
1998-10-12 Richard M. Stallman (Fexecute_kbd_macro): Set real_this_command.
1998-08-09 Richard M. Stallman (Fcall_last_kbd_macro): this_command renamed to Vthis_command.
1998-08-06 Richard M. Stallman (Fexecute_kbd_macro): Fix error message.
1997-11-21 Andreas Schwab (store_kbd_macro_char): Define as returning nothing.
1996-11-11 Richard M. Stallman (Fcall_last_kbd_macro): Set this_command from last_command
1996-08-29 Erik Naggum (init_macros): Initialize executing_macro, too.
1996-08-29 Richard M. Stallman (executing_macro_iterations, executing_macro): New vars.
1996-05-12 Karl Heuer (Fstart_kbd_macro): Add missing xrealloc arg.
1996-01-24 Karl Heuer * macros.c (Fstart_kbd_macro): Use xmalloc.