summaryrefslogtreecommitdiff
path: root/src/macros.c
Commit message (Expand)AuthorAge
* kmacro: Simplify register code and recent changeStefan Monnier2023-02-24
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Improve the execute-kbd-macro doc stringLars Ingebrigtsen2022-03-14
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-20
* execute-kbd-macro doc string clarificationLars Ingebrigtsen2021-01-31
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Update copyright year to 2017Paul Eggert2016-12-31
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-07
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.Eli Zaretskii2014-08-01
|\
| * Fixes: debbugs:18140Andreas Schwab2014-07-29
* | * macros.c (Fstart_kbd_macro): Avoid need for overflow check.Paul Eggert2014-07-14
* | * macros.c (Fstart_kbd_macro): Simplify.Paul Eggert2014-07-14
* | * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov2014-07-14
* | Omit redundant extern decls.Paul Eggert2014-06-17
|/
* * macros.c (Fexecute_kbd_macro): Doc fix.Lars Ingebrigtsen2014-02-08
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-06
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert2013-02-26
* Prefer `message1' over `message'.Stefan Monnier2013-02-17
* 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