summaryrefslogtreecommitdiff
path: root/src/macros.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-11
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-17
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-13
* Generalize common compile-time constants.Dmitry Antipov2012-08-05
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-02
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.Paul Eggert2011-08-29
* * macros.c: Integer and memory overflow fixes.Paul Eggert2011-07-28
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* * macros.c: Integer and buffer overflow fixes.Paul Eggert2011-06-22
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* Hide implementation of `struct kboard'Tom Tromey2011-02-16
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Give kbd-macro-termination-hook a doc.Glenn Morris2011-01-19
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-28
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-06
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Add 2009 to copyright years.Glenn Morris2009-01-08
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* Add 2008 to copyright years.Glenn Morris2008-01-08
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* Add 2007 to copyright years.Glenn Morris2007-01-21
* (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.Kim F. Storm2006-07-12
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* (executing_kbd_macro_index): Rename from executing_macro_index.Kim F. Storm2005-05-02
* (Vexecuting_kbd_macro): Renamed from Vexecuting_macro. All uses changed.Richard M. Stallman2005-05-01
* (syms_of_macros) <defining-kbd-macro>: Doc fix.Luc Teirlinck2004-11-05
* Add arch taglinesMiles Bader2003-09-01
* (Fstart_kbd_macro): Remove redundant assignment.Stefan Monnier2003-02-22
* (Fstart_kbd_macro): If appending, and last keyboardKim F. Storm2003-02-12
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (end_kbd_macro): New function.Kim F. Storm2002-09-09