aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer static_assert to verifyscratch/static_assertStefan Kangas2024-07-241-2/+2
* Restore specbound keyboard-locals in the correct KBOARDPo Lu2024-05-231-1/+0
* Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-041-0/+3
* * src/keyboard.c (requeued_events_pending_p): New functionTim Ruffing2024-03-101-0/+1
* * src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing2024-03-101-1/+1
* Be more systematic about parens in C source codePaul Eggert2024-01-201-13/+13
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Update Android portPo Lu2023-07-051-0/+8
* | Update Android portPo Lu2023-01-171-2/+11
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Rewrite PGTK selection code from scratchPo Lu2022-06-211-1/+5
* Rework X selections to make it safe to run the debugger inside convertersPo Lu2022-06-061-3/+0
* Fix race conditions in handling of unsupported drops on XPo Lu2022-05-091-0/+9
* Remove redundant declarations from keyboard.h that are now in lisp.hPo Lu2022-01-241-2/+0
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add support for xwidgets to the PGTK portPo Lu2021-12-291-1/+1
* | Implement function for sending events to widgetsPo Lu2021-11-071-1/+1
|/
* * src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier2021-01-041-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-121-1/+0
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Use bool for menu_items_inusePaul Eggert2019-03-151-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-4/+4
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie2017-12-021-0/+1
|/
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* A quicker check for quitPaul Eggert2017-01-251-0/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Undo part of last changeEli Zaretskii2016-12-111-0/+4
* | Avoid aborts when a thread signals an errorEli Zaretskii2016-12-111-7/+0
* | Use DEV_TTY more consistentlyPaul Eggert2016-09-061-0/+2
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Remove never-set var handle_user_signal_hookPaul Eggert2016-01-261-2/+0
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Add handle_user_signal_hookYAMAMOTO Mitsuharu2015-12-311-0/+2
* Port undo fixes to -fno-commonPaul Eggert2015-12-201-3/+2
* After delete, record point location in undo.Phillip Lord2015-11-261-0/+13
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+5
* Re-add the notion of echo_prompt lost in the translationStefan Monnier2015-09-031-3/+2
* * src/keyboard.c: Use false/true instead of 0/1 for booleansStefan Monnier2015-08-141-1/+1
* Port to stricter C99Paul Eggert2015-07-141-2/+2
* * src/keyboard.h (kbd_buffer_store_event_hold): Remove unused local.Paul Eggert2015-06-231-1/+0