aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pacify 32-bit GCC 14.1.1 in timer_check_2Paul Eggert2024-07-161-22/+13
* Make error messages adhere to our standardsStefan Kangas2024-07-161-1/+1
* Refactor timefns more functionallyPaul Eggert2024-07-111-10/+12
* ; * src/keyboard.c (read_char): Typo in comment.Po Lu2024-06-211-1/+1
* Fix execution of tool-bar commands read within minibuffer-error-handlerPo Lu2024-06-211-2/+17
* Restore specbound keyboard-locals in the correct KBOARDPo Lu2024-05-231-0/+16
* Silence some macOS build warningsMattias Engdegård2024-05-121-0/+4
* * src/keyboard.c (lispy_function_keys): Define as static on Android.Po Lu2024-05-121-1/+1
* Pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-05-111-0/+1
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-8/+17
* Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-041-3/+4
* (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier2024-04-091-2/+11
* Implement notification callbacks on AndroidPo Lu2024-03-111-0/+10
* * src/keyboard.c (read_key_sequence): Remove MSVC compatibility hackTim Ruffing2024-03-101-13/+5
* Continue reading in 'read-event' etc. at the end of a keyboard macroTim Ruffing2024-03-101-24/+15
* * src/keyboard.c (requeued_events_pending_p): New functionTim Ruffing2024-03-101-3/+13
* * src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing2024-03-101-6/+2
* Extract check for end of macro to functionTim Ruffing2024-03-101-2/+1
* Check daemon is initialized before suppressing its init errorsSpencer Baugh2024-02-241-2/+3
* Make sure the binding shown by echo-keystrokes-help is not shadowedDmitry Gutov2024-02-111-8/+5
* ; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.Eli Zaretskii2024-02-081-1/+1
* Prevent echo area help message from being printed repeatedlyPo Lu2024-02-081-1/+4
* Fix earlier change to keyboard.cPo Lu2024-02-081-3/+7
* Mention 'C-h' in echo for unfinished commandsDmitry Gutov2024-02-071-0/+13
* Be more systematic about parens in C source codePaul Eggert2024-01-201-2/+2
* (backtrace-on-redisplay-error): Use `handler-bind`Stefan Monnier2024-01-041-2/+2
* (signal_or_quit): Preserve error object identityStefan Monnier2024-01-041-2/+2
* Move batch backtrace code to `top_level_2`Stefan Monnier2024-01-041-1/+11
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-2/+2
* | Use BASE_EQ instead of EQ for some uninterned symbolsMattias Engdegård2023-11-101-1/+1
* | Avoid moving point while analyzing text conversionPo Lu2023-11-031-7/+13
* | Prevent errors when generating events above menu bar windowsPo Lu2023-11-011-3/+4
* | Support for menu bar in window_from_coordinatesManuel Giraud2023-10-281-1/+1
* | ; * src/keyboard.c (save_line_number_display_width): Fix last change.Eli Zaretskii2023-10-221-1/+1
* | ; Fix a compilation warningGerd Möllmann2023-10-211-0/+2
* | ; * src/keyboard.c (line_number_mode_hscroll): Fix last change.Eli Zaretskii2023-10-211-2/+3
* | Fix mouse clicks on links under 'global-display-line-numbers-mode'Eli Zaretskii2023-10-211-0/+60
* | Update Android keysym listPo Lu2023-10-111-0/+9
* | Update Android portPo Lu2023-10-011-0/+5
* | Merge from origin/emacs-29Eli Zaretskii2023-08-261-1/+2
|\ \ | |/
| * ; Fix doc string of 'current-idle-time'Eli Zaretskii2023-08-251-1/+2
| * Avoid crashes under 'which-key-mode'Eli Zaretskii2023-07-301-2/+2
* | ; Last-minute updates to Android portPo Lu2023-08-041-3/+0
* | Update Android portPo Lu2023-07-271-2/+2
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-261-2/+2
|\ \
| * | Avoid crashes under 'which-key-mode'Eli Zaretskii2023-07-251-2/+2
* | | Improve touch screen and text conversion behavior of many commandsPo Lu2023-07-211-15/+46
* | | Avoid splurious menu-bar nil eventsPo Lu2023-07-181-0/+29