index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
macros.c
Age
Commit message (
Expand
)
Author
2026-03-22
Staticpro executing_kbd_macro
Helmut Eller
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-06-04
Spelling fixes
Paul Eggert
2024-03-10
Continue reading in 'read-event' etc. at the end of a keyboard macro
Tim Ruffing
2024-03-10
Extract check for end of macro to function
Tim Ruffing
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-02-24
kmacro: Simplify register code and recent change
Stefan Monnier
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-03-14
Improve the execute-kbd-macro doc string
Lars Ingebrigtsen
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-07-20
Quit minibuffers without aborting kmacros
Miha Rihtaršič
2021-01-31
execute-kbd-macro doc string clarification
Lars Ingebrigtsen
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-02-27
DEFVAR_INT variables are now intmax_t
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-07
Prefer xpalloc to doubling buffers by hand
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-05-31
Remove unused DEFSYMs
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-08-01
Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.
Eli Zaretskii
2014-07-29
Fixes: debbugs:18140
Andreas 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 elements
Dmitry Antipov
2014-06-17
Omit redundant extern decls.
Paul Eggert
2014-02-08
* macros.c (Fexecute_kbd_macro): Doc fix.
Lars Ingebrigtsen
2014-01-01
Update 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 and
Stefan Monnier
2013-07-16
New unwind-protect flavors to better type-check C callbacks.
Paul Eggert
2013-02-26
Qcall_interactively and Qexecute_kbd_macro are now static.
Paul Eggert
2013-02-17
Prefer `message1' over `message'.
Stefan Monnier
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-10-11
lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
Paul Eggert
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-08-17
* keyboard.h (KSET): Remove.
Paul Eggert
[next]