summaryrefslogtreecommitdiff
path: root/src/keyboard.c
AgeCommit message (Expand)Author
2024-06-21; * src/keyboard.c (read_char): Typo in comment.Po Lu
2024-06-21Fix execution of tool-bar commands read within minibuffer-error-handlerPo Lu
2024-05-23Restore specbound keyboard-locals in the correct KBOARDPo Lu
2024-05-12Silence some macOS build warningsMattias Engdegård
2024-05-12* src/keyboard.c (lispy_function_keys): Define as static on Android.Po Lu
2024-05-11Pacify gcc -Wmissing-variable-declarationsPaul Eggert
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-05-04Fix implementation of the --terminal command-line switchEli Zaretskii
2024-04-09(mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier
2024-03-11Implement notification callbacks on AndroidPo Lu
2024-03-10* src/keyboard.c (read_key_sequence): Remove MSVC compatibility hackTim Ruffing
2024-03-10Continue reading in 'read-event' etc. at the end of a keyboard macroTim Ruffing
2024-03-10* src/keyboard.c (requeued_events_pending_p): New functionTim Ruffing
2024-03-10* src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing
2024-03-10Extract check for end of macro to functionTim Ruffing
2024-02-24Check daemon is initialized before suppressing its init errorsSpencer Baugh
2024-02-11Make sure the binding shown by echo-keystrokes-help is not shadowedDmitry Gutov
2024-02-08; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.Eli Zaretskii
2024-02-08Prevent echo area help message from being printed repeatedlyPo Lu
2024-02-08Fix earlier change to keyboard.cPo Lu
2024-02-07Mention 'C-h' in echo for unfinished commandsDmitry Gutov
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-04(backtrace-on-redisplay-error): Use `handler-bind`Stefan Monnier
2024-01-04(signal_or_quit): Preserve error object identityStefan Monnier
2024-01-04Move batch backtrace code to `top_level_2`Stefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-23Split safe_call between redisplay and non-redisplay versionsStefan Monnier
2023-11-10Use BASE_EQ instead of EQ for some uninterned symbolsMattias Engdegård
2023-11-03Avoid moving point while analyzing text conversionPo Lu
2023-11-01Prevent errors when generating events above menu bar windowsPo Lu
2023-10-28Support for menu bar in window_from_coordinatesManuel Giraud
2023-10-22; * src/keyboard.c (save_line_number_display_width): Fix last change.Eli Zaretskii
2023-10-21; Fix a compilation warningGerd Möllmann
2023-10-21; * src/keyboard.c (line_number_mode_hscroll): Fix last change.Eli Zaretskii
2023-10-21Fix mouse clicks on links under 'global-display-line-numbers-mode'Eli Zaretskii
2023-10-11Update Android keysym listPo Lu
2023-10-01Update Android portPo Lu
2023-08-26Merge from origin/emacs-29Eli Zaretskii
2023-08-25; Fix doc string of 'current-idle-time'Eli Zaretskii
2023-08-04; Last-minute updates to Android portPo Lu
2023-07-30Avoid crashes under 'which-key-mode'Eli Zaretskii
2023-07-27Update Android portPo Lu
2023-07-26Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-25Avoid crashes under 'which-key-mode'Eli Zaretskii
2023-07-21Improve touch screen and text conversion behavior of many commandsPo Lu
2023-07-18Avoid splurious menu-bar nil eventsPo Lu
2023-07-18; * src/keyboard.c (make_lispy_event): Fix botched merge.Po Lu
2023-07-18Update Android portPo Lu
2023-07-18Merge remote-tracking branch 'origin/master' into feature/androidPo Lu