aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.c
Commit message (Expand)AuthorAgeFilesLines
* * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.Paul Eggert2011-08-291-6/+6
* * macros.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-2/+2
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-4/+2
* * macros.c: Integer and buffer overflow fixes.Paul Eggert2011-06-221-6/+13
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-2/+2
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+2
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-3/+2
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-21/+21
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Give kbd-macro-termination-hook a doc.Glenn Morris2011-01-191-2/+8
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-10/+2
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-11/+6
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-9/+7
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-2/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* 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