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
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
2018-01-06
Fix valgrind report in call-interactively
Eli Zaretskii
2018-01-03
Fix command repetition with lexical-binding (Bug#29334)
Noam Postavsky
2018-01-01
Merge from origin/emacs-26
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-12-12
Narrow pointer bounds when appropriate
Paul Eggert
2017-10-04
Speed up (format "%s" STRING) and the like
Paul Eggert
2017-09-26
Avoid some unnecessary copying in Fformat etc.
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-05-16
Merge with gnulib, pacifying GCC 7
Paul Eggert
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-10-04
Restore 'command-debug-status' functionality
Philippe Vaucher
2016-05-03
Doc fixes for quoting
Paul Eggert
2016-05-01
Clarify the `interactive' doc string slightly
Lars Ingebrigtsen
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
[next]