summaryrefslogtreecommitdiff
path: root/src/callint.c
AgeCommit message (Expand)Author
2026-05-23New function memory_full_upPaul Eggert
2026-02-28New variable 'multiple-terminals-merge-keyboards'Sean Whitton
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-08New 'R' code letter for 'interactive' formsSean Whitton
2025-11-25Port to glibc 2.43+ with GCC 15+Paul Eggert
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-14Prefer calln to CALLN where applicableStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-04-28Use a dedicated type to represent interpreted-function valuesStefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-21Improve touch screen and text conversion behavior of many commandsPo 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-15Fix fix_command for non-symbol functionsLars Ingebrigtsen
2022-08-08Clean up fix_command code slightlyLars Ingebrigtsen
2022-08-08Clean up fix_command slightlyLars Ingebrigtsen
2022-08-08Allow specifying how args are to be stored in `command-history'Lars Ingebrigtsen
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd
2022-06-10Don't put trailing optional nil values into `command-history'Lars Ingebrigtsen
2022-04-26New generic function `oclosure-interactive-form`Stefan Monnier
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-11-30* src/callint.c (Fcall_interactively): Fix inhibit_mouse_event_check.Juri Linkov
2021-08-23Improve 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 changeEli Zaretskii
2021-07-19Fix documentation of mouse-leave-buffer-hookLars Ingebrigtsen
2021-02-14Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-15Bind current-minibuffer-command to this-commandLars Ingebrigtsen
2020-12-14Add a new recursively bound `current-minibuffer-command' variableLars Ingebrigtsen
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-08-04Drop support for -fcheck-pointer-boundsPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-20Avoid fixnum round trip in prefix-numeric-valuePaul Eggert
2019-09-16Remove obsolete Lint directivesPaul Eggert
2019-08-17Doc clarification for call-interactivelyLars Ingebrigtsen
2019-07-13Doc fix for Finteractive (only %s is allowed)Lars Ingebrigtsen
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2019-03-04Simplify list creation in C codePaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2019-01-09Use shortcuts for FlengthPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert