summaryrefslogtreecommitdiff
path: root/src/macros.c
AgeCommit message (Expand)Author
2026-03-22Staticpro executing_kbd_macroHelmut Eller
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-06-04Spelling fixesPaul Eggert
2024-03-10Continue reading in 'read-event' etc. at the end of a keyboard macroTim Ruffing
2024-03-10Extract check for end of macro to functionTim Ruffing
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-02-24kmacro: Simplify register code and recent changeStefan Monnier
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-03-14Improve the execute-kbd-macro doc stringLars Ingebrigtsen
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-07-20Quit minibuffers without aborting kmacrosMiha Rihtaršič
2021-01-31execute-kbd-macro doc string clarificationLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-07Prefer xpalloc to doubling buffers by handPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-08-01Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.Eli Zaretskii
2014-07-29Fixes: debbugs:18140Andreas Schwab
2014-07-14* macros.c (Fstart_kbd_macro): Avoid need for overflow check.Paul Eggert
2014-07-14* macros.c (Fstart_kbd_macro): Simplify.Paul Eggert
2014-07-14* lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov
2014-06-17Omit redundant extern decls.Paul Eggert
2014-02-08* macros.c (Fexecute_kbd_macro): Doc fix.Lars Ingebrigtsen
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-06* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-02-26Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert
2013-02-17Prefer `message1' over `message'.Stefan Monnier
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-11lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-08-17* keyboard.h (KSET): Remove.Paul Eggert