index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
callint.c
Age
Commit message (
Expand
)
Author
2024-05-09
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-04-28
Use a dedicated type to represent interpreted-function values
Stefan Monnier
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-07-21
Improve touch screen and text conversion behavior of many commands
Po Lu
2023-01-09
; * src/callint.c (Finteractive): Doc string clarification.
Eli Zaretskii
2023-01-08
; * src/callint.c (Finteractive): Fix the doc string (bug#60645).
Eli Zaretskii
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-08-15
Fix fix_command for non-symbol functions
Lars Ingebrigtsen
2022-08-08
Clean up fix_command code slightly
Lars Ingebrigtsen
2022-08-08
Clean up fix_command slightly
Lars Ingebrigtsen
2022-08-08
Allow specifying how args are to be stored in `command-history'
Lars Ingebrigtsen
2022-06-16
Use BASE_EQ instead of EQ where obviously safe
Mattias EngdegÄrd
2022-06-10
Don't put trailing optional nil values into `command-history'
Lars Ingebrigtsen
2022-04-26
New generic function `oclosure-interactive-form`
Stefan Monnier
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-11-30
* src/callint.c (Fcall_interactively): Fix inhibit_mouse_event_check.
Juri Linkov
2021-08-23
Improve documentation of 'inhibit-mouse-event-check'
Eli Zaretskii
2021-08-23
* lisp/mouse.el (context-menu-open): New command bound to [S-f10].
Juri Linkov
2021-07-19
; Fix a typo in a recent change
Eli Zaretskii
2021-07-19
Fix documentation of mouse-leave-buffer-hook
Lars Ingebrigtsen
2021-02-14
Extend the syntax of `interactive' to list applicable modes
Lars Ingebrigtsen
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-15
Bind current-minibuffer-command to this-command
Lars Ingebrigtsen
2020-12-14
Add a new recursively bound `current-minibuffer-command' variable
Lars Ingebrigtsen
2020-10-05
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-08-04
Drop support for -fcheck-pointer-bounds
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-10-20
Avoid fixnum round trip in prefix-numeric-value
Paul Eggert
2019-09-16
Remove obsolete Lint directives
Paul Eggert
2019-08-17
Doc clarification for call-interactively
Lars Ingebrigtsen
2019-07-13
Doc fix for Finteractive (only %s is allowed)
Lars Ingebrigtsen
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-04
Simplify list creation in C code
Paul Eggert
2019-01-15
Add portable dumper
Daniel Colascione
2019-01-09
Use shortcuts for Flength
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-09
Add make_vector and make_nil_vector
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-19
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-28
Tune SAFE_FREE
Paul Eggert
2018-05-02
Fix off-by-one history pruning (bug#31211)
Basil L. Contovounesios
2018-01-29
Simplify Fcall_interactively
Paul Eggert
2018-01-23
Support null characters in interactive specs
Eli Zaretskii
2018-01-09
Merge from origin/emacs-26
Paul Eggert
2018-01-06
Revert "Fix command repetition with lexical-binding (Bug#29334)"
Noam Postavsky
[next]