summaryrefslogtreecommitdiff
path: root/src/callint.c
AgeCommit message (Expand)Author
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
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-28Tune SAFE_FREEPaul Eggert
2018-05-02Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios
2018-01-29Simplify Fcall_interactivelyPaul Eggert
2018-01-23Support null characters in interactive specsEli Zaretskii
2018-01-09Merge from origin/emacs-26Paul Eggert
2018-01-06Revert "Fix command repetition with lexical-binding (Bug#29334)"Noam Postavsky
2018-01-06Fix valgrind report in call-interactivelyEli Zaretskii
2018-01-03Fix command repetition with lexical-binding (Bug#29334)Noam Postavsky
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-12Narrow pointer bounds when appropriatePaul Eggert
2017-10-04Speed up (format "%s" STRING) and the likePaul Eggert
2017-09-26Avoid some unnecessary copying in Fformat etc.Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-10-04Restore 'command-debug-status' functionalityPhilippe Vaucher
2016-05-03Doc fixes for quotingPaul Eggert
2016-05-01Clarify the `interactive' doc string slightlyLars Ingebrigtsen
2016-03-10Rework C source files to avoid ^(Paul Eggert